:root{
  --navy:#0A2647;
  --navy-2:#123A6B;
  --blue:#1768D1;
  --sky:#EAF2FE;
  --orange:#FF6A2B;
  --orange-dark:#E4571C;
  --ink:#12192B;
  --gray:#5B667A;
  --line:#E4E9F1;
  --white:#FFFFFF;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Inter', sans-serif; color:var(--ink); background:var(--white);}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1200px; margin:0 auto; padding:0 32px;}
h1,h2,h3{font-family:'Sora', sans-serif;}
img{max-width:100%; display:block;}
@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms !important; transition-duration:.01ms !important;}}

/* ===== TOPBAR ===== */
.topbar{background:var(--navy); color:#C7D6EC; font-size:13px;}
.topbar .wrap{display:flex; justify-content:space-between; align-items:center; padding:9px 32px; flex-wrap:wrap; gap:6px;}
.topbar .contact-info{display:flex; gap:22px; flex-wrap:wrap;}
.topbar .badge{background:rgba(255,255,255,0.08); padding:4px 12px; border-radius:20px; font-weight:500; font-size:12px;}

/* ===== NAV ===== */
header{position:sticky; top:0; z-index:50; background:var(--white); border-bottom:1px solid var(--line); box-shadow:0 1px 0 rgba(10,38,71,0.02);}
nav{display:flex; align-items:center; justify-content:space-between; padding:18px 32px; max-width:1200px; margin:0 auto;}
.logo{font-family:'Sora', sans-serif; font-weight:800; font-size:22px; color:var(--navy);}
.logo span{color:var(--orange);}
.navlinks{display:flex; gap:32px; font-size:14.5px; font-weight:600; color:var(--ink);}
.navlinks a:hover{color:var(--blue);}
.navlinks a.active{color:var(--orange);}
.navcta{background:var(--orange); color:var(--white); padding:12px 22px; border-radius:6px; font-size:14px; font-weight:700; transition:background .2s ease;}
.navcta:hover{background:var(--orange-dark);}
.menu-toggle{display:none; flex-direction:column; justify-content:center; gap:5px; width:38px; height:38px; background:none; border:none; cursor:pointer; padding:6px;}
.menu-toggle span{display:block; width:100%; height:2.5px; background:var(--navy); border-radius:2px; transition:transform .2s ease, opacity .2s ease;}
.menu-toggle.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg);}
.menu-toggle.open span:nth-child(2){opacity:0;}
.menu-toggle.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);}

/* ===== HERO (home) ===== */
.hero{background:linear-gradient(180deg, var(--sky) 0%, var(--white) 100%); padding:80px 0 0;}
.hero .wrap{display:grid; grid-template-columns:1.1fr 0.9fr; gap:50px; align-items:center; padding-bottom:60px;}
.hero .wrap.hero-reverse{grid-template-columns:0.9fr 1.1fr;}
.hero .wrap.hero-reverse #heroTextCol{order:2;}
.hero .wrap.hero-reverse .hero-visual{order:1;}
.hero-badge{display:inline-flex; align-items:center; gap:8px; background:var(--white); border:1px solid var(--line); padding:8px 16px; border-radius:30px; font-size:13px; font-weight:600; color:var(--blue); margin-bottom:24px; box-shadow:0 2px 8px rgba(10,38,71,0.05);}
.hero-badge .pip{width:7px; height:7px; border-radius:50%; background:#2BB673;}
h1{font-size:clamp(34px,4.6vw,54px); font-weight:800; line-height:1.12; color:var(--navy); letter-spacing:-0.01em;}
h1 .hl{color:var(--orange);}
.hero p.sub{margin-top:22px; font-size:17.5px; line-height:1.65; color:var(--gray); max-width:520px;}
.hero-ctas{display:flex; gap:14px; margin-top:32px; flex-wrap:wrap;}
.btn-primary{background:var(--orange); color:var(--white); padding:15px 26px; border-radius:6px; font-weight:700; font-size:15px; display:inline-flex; align-items:center; gap:8px; transition:background .2s ease, transform .2s ease; box-shadow:0 6px 18px rgba(255,106,43,0.28);}
.btn-primary:hover{background:var(--orange-dark); transform:translateY(-2px);}
.btn-outline{padding:15px 24px; border-radius:6px; border:1.5px solid var(--navy); font-weight:700; font-size:15px; color:var(--navy); transition:background .2s ease;}
.btn-outline:hover{background:var(--navy); color:var(--white);}
.hero-visual{background:var(--navy); border-radius:16px; padding:34px; position:relative; overflow:hidden;}
.hero-visual::before{content:''; position:absolute; top:-60px; right:-60px; width:220px; height:220px; border-radius:50%; background:radial-gradient(circle, rgba(255,106,43,0.35), transparent 70%);}
.stat-grid{position:relative; display:grid; grid-template-columns:1fr 1fr; gap:22px;}
.stat-card{background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1); border-radius:10px; padding:22px 20px;}
.stat-num{font-family:'Sora', sans-serif; font-size:30px; font-weight:800; color:var(--white);}
.stat-num span{color:var(--orange);}
.stat-label{font-size:12.5px; color:#A9BEDD; margin-top:6px; font-weight:500;}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero{background:var(--navy); padding:64px 0; text-align:center;}
.page-hero .eyebrow{background:rgba(255,255,255,0.08); color:var(--orange);}
.page-hero h1{color:var(--white); font-size:clamp(30px,4vw,44px);}
.page-hero p{color:#A9BEDD; max-width:560px; margin:16px auto 0; font-size:16px; line-height:1.6;}
.breadcrumb{font-size:13px; color:#8FA6C9; margin-top:14px;}
.breadcrumb a:hover{color:var(--orange);}

/* ===== TRUST STRIP ===== */
.trust-strip{background:var(--navy); padding:20px 0;}
.trust-strip .wrap{display:flex; align-items:center; gap:26px; flex-wrap:wrap; justify-content:space-between;}
.trust-label{color:#8FA6C9; font-size:12.5px; font-weight:600; text-transform:uppercase; letter-spacing:0.05em; white-space:nowrap;}
.trust-logos{display:flex; gap:34px; flex-wrap:wrap;}
.trust-logos span{color:var(--white); font-weight:700; font-size:15px; opacity:0.9; font-family:'Sora', sans-serif;}

/* ===== SECTION SHARED ===== */
.section{padding:100px 0;}
.section-head{max-width:640px; margin:0 auto 56px; text-align:center;}
.eyebrow{display:inline-block; font-size:13px; font-weight:700; color:var(--orange); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:14px; background:#FFF1EA; padding:6px 14px; border-radius:20px;}
h2{font-size:clamp(28px,3.2vw,40px); font-weight:800; color:var(--navy); line-height:1.15;}
.section-head p{margin-top:16px; font-size:16.5px; color:var(--gray); line-height:1.6;}

/* ===== SERVICES ===== */
.services-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.service-card{border:1px solid var(--line); border-radius:12px; padding:32px 26px; transition:box-shadow .25s ease, transform .25s ease, border-color .25s ease; background:var(--white);}
.service-card:hover{box-shadow:0 16px 32px rgba(10,38,71,0.08); transform:translateY(-4px); border-color:transparent;}
.service-icon{width:48px; height:48px; border-radius:10px; background:var(--sky); color:var(--blue); display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-weight:800; font-size:16px; margin-bottom:20px;}
.service-card h3{font-size:19px; font-weight:700; color:var(--navy); margin-bottom:10px;}
.service-card p{font-size:14.5px; line-height:1.55; color:var(--gray);}
@media (max-width:980px){.services-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.services-grid{grid-template-columns:1fr;}}

/* ===== SERVICE DETAIL (services.html) ===== */
.service-detail{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; padding:70px 0; border-bottom:1px solid var(--line);}
.service-detail:last-child{border-bottom:none;}
.service-detail.reverse{direction:rtl;}
.service-detail.reverse > *{direction:ltr;}
.service-detail .tag{font-size:12.5px; font-weight:700; color:var(--blue); text-transform:uppercase; letter-spacing:0.05em; margin-bottom:14px; display:block;}
.service-detail h2{margin-bottom:16px;}
.service-detail p{color:var(--gray); font-size:15.5px; line-height:1.65; margin-bottom:20px;}
.service-detail ul{list-style:none;}
.service-detail li{font-size:14.5px; color:var(--ink); padding:9px 0 9px 26px; position:relative; border-top:1px solid var(--line);}
.service-detail li::before{content:'✓'; position:absolute; left:0; color:var(--orange); font-weight:800;}
.service-visual{background:var(--sky); border-radius:16px; min-height:260px; display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-weight:800; font-size:15px; color:var(--blue); letter-spacing:0.04em; text-transform:uppercase;}
.service-options{display:flex; flex-wrap:wrap; gap:10px; margin-top:18px;}
.service-options .opt-label{width:100%; font-size:12.5px; font-weight:700; color:var(--navy); text-transform:uppercase; letter-spacing:0.04em; margin-bottom:2px;}
.option-chip{display:inline-block; padding:8px 16px; border-radius:999px; border:1.5px solid var(--blue); color:var(--blue); font-size:13.5px; font-weight:600; background:var(--white); cursor:pointer; transition:background .2s ease, color .2s ease;}
.option-chip:hover{background:var(--blue); color:var(--white);}
.service-card-options{display:flex; flex-wrap:wrap; gap:6px; margin-top:14px;}
.service-card-options .option-chip{padding:5px 12px; font-size:12px;}
@media (max-width:840px){.service-detail, .service-detail.reverse{grid-template-columns:1fr; direction:ltr;}}

/* ===== CASE STUDIES ===== */
.case-section{background:var(--sky);}
.case-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px;}
.case-card{background:var(--white); border-radius:14px; padding:34px; border:1px solid var(--line); display:flex; flex-direction:column;}
.case-top{display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:18px;}
.case-industry{font-size:12.5px; font-weight:700; color:var(--blue); text-transform:uppercase; letter-spacing:0.04em;}
.case-card h3{font-size:22px; font-weight:800; color:var(--navy); margin-bottom:12px;}
.case-card p{font-size:14.5px; line-height:1.6; color:var(--gray); margin-bottom:22px;}
.case-results{display:flex; gap:28px; margin-top:auto; padding-top:20px; border-top:1px solid var(--line); flex-wrap:wrap;}
.case-result-num{font-family:'Sora',sans-serif; font-weight:800; font-size:22px; color:var(--navy);}
.case-result-label{font-size:12px; color:var(--gray); margin-top:2px;}
@media (max-width:800px){.case-grid{grid-template-columns:1fr;}}

/* ===== GALLERY ===== */
.gallery-filters{display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:44px;}
.gallery-filters button{
  font-family:'Inter',sans-serif; font-size:13.5px; font-weight:600; color:var(--navy);
  background:var(--white); border:1.5px solid var(--line); padding:9px 18px; border-radius:20px; cursor:pointer; transition:.2s ease;
}
.gallery-filters button:hover, .gallery-filters button.active{background:var(--navy); color:var(--white); border-color:var(--navy);}
.gallery-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.gallery-item{border-radius:14px; overflow:hidden; border:1px solid var(--line); background:var(--white); transition:box-shadow .25s ease, transform .25s ease;}
.gallery-item:hover{box-shadow:0 16px 32px rgba(10,38,71,0.1); transform:translateY(-4px);}
.gallery-thumb{
  height:190px; background:linear-gradient(135deg, var(--navy), var(--blue));
  display:flex; align-items:center; justify-content:center; color:var(--white);
  font-family:'Sora',sans-serif; font-weight:800; font-size:14px; letter-spacing:0.04em; text-transform:uppercase; text-align:center; padding:20px;
}
.gallery-info{padding:20px;}
.gallery-cat{font-size:11.5px; font-weight:700; color:var(--orange); text-transform:uppercase; letter-spacing:0.04em;}
.gallery-info h3{font-size:16.5px; font-weight:700; color:var(--navy); margin:8px 0 6px;}
.gallery-info p{font-size:13.5px; color:var(--gray); line-height:1.5;}
@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.gallery-grid{grid-template-columns:1fr;}}

/* ===== BLOG ===== */
.blog-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
.blog-card{border:1px solid var(--line); border-radius:14px; overflow:hidden; transition:box-shadow .25s ease, transform .25s ease; background:var(--white);}
.blog-card:hover{box-shadow:0 16px 32px rgba(10,38,71,0.1); transform:translateY(-4px);}
.blog-thumb{height:150px; background:var(--sky); display:flex; align-items:center; justify-content:center; color:var(--blue); font-family:'Sora',sans-serif; font-weight:800; font-size:13px; letter-spacing:0.04em; text-transform:uppercase; overflow:hidden;}
.blog-thumb img{width:100%; height:100%; object-fit:cover; display:block;}
.blog-body{padding:24px;}
.blog-tag{font-size:11.5px; font-weight:700; color:var(--orange); text-transform:uppercase; letter-spacing:0.04em;}
.blog-body h3{font-size:18px; font-weight:700; color:var(--navy); margin:10px 0 10px; line-height:1.3;}
.blog-body p{font-size:14px; color:var(--gray); line-height:1.55; margin-bottom:16px;}
.blog-meta{display:flex; justify-content:space-between; font-size:12.5px; color:var(--gray); border-top:1px solid var(--line); padding-top:14px;}
@media (max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:600px){.blog-grid{grid-template-columns:1fr;}}

/* ===== ABOUT ===== */
.about-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
.about-grid p{color:var(--gray); font-size:15.5px; line-height:1.7; margin-bottom:16px;}
.about-visual{background:var(--sky); border-radius:16px; min-height:320px;}
.timeline{border-left:2px solid var(--line); padding-left:28px; margin-left:6px;}
.timeline-item{position:relative; padding-bottom:32px;}
.timeline-item:last-child{padding-bottom:0;}
.timeline-item::before{content:''; position:absolute; left:-34px; top:4px; width:12px; height:12px; border-radius:50%; background:var(--orange); border:3px solid var(--white); box-shadow:0 0 0 2px var(--orange);}
.timeline-item .yr{font-family:'Sora',sans-serif; font-weight:800; color:var(--orange); font-size:13px; margin-bottom:6px;}
.timeline-item h3{font-size:17px; font-weight:700; color:var(--navy); margin-bottom:6px;}
.timeline-item p{font-size:14px; color:var(--gray); line-height:1.55;}
.value-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
.value-card{text-align:center; padding:10px;}
.value-icon{width:56px; height:56px; border-radius:14px; background:var(--sky); color:var(--blue); display:flex; align-items:center; justify-content:center; margin:0 auto 18px; font-family:'Sora',sans-serif; font-weight:800;}
.value-card h3{font-size:17px; font-weight:700; color:var(--navy); margin-bottom:8px;}
.value-card p{font-size:14px; color:var(--gray); line-height:1.6;}
@media (max-width:840px){.about-grid{grid-template-columns:1fr;} .value-grid{grid-template-columns:1fr;}}

/* ===== CONTACT ===== */
.contact-grid{display:grid; grid-template-columns:0.9fr 1.1fr; gap:50px;}
.contact-info-card{background:var(--navy); border-radius:16px; padding:40px; color:var(--white);}
.contact-info-card h3{font-size:20px; margin-bottom:20px;}
.contact-row{display:flex; gap:14px; margin-bottom:22px; align-items:flex-start;}
.contact-row .ic{width:40px; height:40px; border-radius:10px; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:16px;}
.contact-row .lbl{font-size:12px; color:#A9BEDD; margin-bottom:3px; text-transform:uppercase; letter-spacing:0.04em;}
.contact-row .val{font-size:14.5px; font-weight:600;}
.contact-form{border:1px solid var(--line); border-radius:16px; padding:40px;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:18px;}
.form-group{display:flex; flex-direction:column; gap:8px;}
.form-group.full{grid-column:1/-1;}
.form-group label{font-size:13px; font-weight:600; color:var(--navy);}
.form-group input, .form-group select, .form-group textarea{
  border:1.5px solid var(--line); border-radius:8px; padding:12px 14px; font-family:'Inter',sans-serif; font-size:14.5px; color:var(--ink);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{outline:2px solid var(--blue); outline-offset:1px; border-color:var(--blue);}
.form-group textarea{resize:vertical; min-height:110px;}
.contact-form .btn-primary{border:none; cursor:pointer; margin-top:6px; width:100%; justify-content:center;}
@media (max-width:900px){.contact-grid{grid-template-columns:1fr;} .form-row{grid-template-columns:1fr;}}

/* ===== WHY US ===== */
.why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:32px;}
.why-item{display:flex; gap:18px;}
.why-num{font-family:'Sora',sans-serif; font-weight:800; font-size:20px; color:var(--orange); width:44px; height:44px; border:2px solid var(--orange); border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.why-item h3{font-size:17.5px; font-weight:700; color:var(--navy); margin-bottom:8px;}
.why-item p{font-size:14px; line-height:1.6; color:var(--gray);}
@media (max-width:820px){.why-grid{grid-template-columns:1fr; gap:26px;}}

/* ===== CTA BANNER ===== */
.cta-banner{background:var(--navy); padding:70px 0; text-align:center;}
.cta-banner h2{color:var(--white);}
.cta-banner p{color:#A9BEDD; margin-top:14px; font-size:16px;}
.cta-banner .hero-ctas{justify-content:center; margin-top:30px;}

/* ===== FOOTER ===== */
footer{background:var(--navy); color:#B9C9E4; padding:60px 0 24px;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,0.1);}
.footer-logo{font-family:'Sora',sans-serif; font-weight:800; font-size:22px; color:var(--white); margin-bottom:14px;}
.footer-logo span{color:var(--orange);}
.footer-grid p{font-size:14px; line-height:1.6; opacity:0.85; max-width:260px;}
.footer-col h4{color:var(--white); font-size:14px; font-weight:700; margin-bottom:16px;}
.footer-col a{display:block; font-size:14px; margin-bottom:10px; opacity:0.8;}
.footer-col a:hover{opacity:1; color:var(--orange);}
.footer-bottom{display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12.5px; opacity:0.7; padding-top:20px;}

@media (max-width:860px){
  .hero .wrap{grid-template-columns:1fr;}
  nav{position:relative; flex-wrap:wrap;}
  .navlinks{display:none; position:absolute; top:100%; left:0; right:0; background:var(--white); flex-direction:column; gap:0; padding:8px 0; border-bottom:1px solid var(--line); box-shadow:0 10px 20px rgba(10,38,71,0.1); z-index:60;}
  .navlinks.open{display:flex;}
  .navlinks a{padding:14px 32px; border-bottom:1px solid var(--line);}
  .menu-toggle{display:flex;}
  .footer-grid{grid-template-columns:1fr 1fr; gap:30px;}
}

@media (max-width:520px){
  .navcta{display:none;}
}

/* ===== SERVICE CATALOG (categories, technologies, packages) ===== */
.breadcrumb-nav{font-size:13px; color:var(--gray); margin-bottom:28px; display:flex; gap:6px; flex-wrap:wrap; align-items:center;}
.breadcrumb-nav a{color:var(--blue); font-weight:600;}
.breadcrumb-nav a:hover{text-decoration:underline;}
.breadcrumb-nav .sep{color:var(--line); opacity:0.9;}
.breadcrumb-nav .current{color:var(--navy); font-weight:600;}

.cat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.cat-card{border:1px solid var(--line); border-radius:14px; padding:30px 26px; background:var(--white); text-align:left; transition:box-shadow .25s ease, transform .25s ease, border-color .25s ease; cursor:pointer; display:flex; flex-direction:column; gap:14px;}
.cat-card:hover{box-shadow:0 16px 32px rgba(10,38,71,0.09); transform:translateY(-4px); border-color:transparent;}
.cat-card .cat-emoji{width:52px; height:52px; border-radius:12px; background:var(--sky); display:flex; align-items:center; justify-content:center; font-size:24px;}
.cat-card h3{font-size:18.5px; font-weight:700; color:var(--navy);}
.cat-card p{font-size:14px; color:var(--gray); line-height:1.55; flex:1;}
.cat-card .cat-count{font-size:12.5px; color:var(--blue); font-weight:700;}
.cat-card .cat-link{font-size:13.5px; font-weight:700; color:var(--orange); display:inline-flex; align-items:center; gap:6px;}
@media (max-width:980px){.cat-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.cat-grid{grid-template-columns:1fr;}}

.tech-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.tech-card{border:1px solid var(--line); border-radius:14px; padding:28px 24px; background:var(--white); transition:box-shadow .25s ease, transform .25s ease, border-color .25s ease; display:flex; flex-direction:column; gap:12px;}
.tech-card:hover{box-shadow:0 16px 32px rgba(10,38,71,0.09); transform:translateY(-4px); border-color:transparent;}
.tech-card .tech-emoji{width:46px; height:46px; border-radius:10px; background:var(--sky); display:flex; align-items:center; justify-content:center; font-size:21px;}
.tech-card h3{font-size:18px; font-weight:700; color:var(--navy);}
.tech-card p{font-size:14px; color:var(--gray); line-height:1.55; flex:1;}
.tech-card .btn-view{align-self:flex-start; background:var(--navy); color:var(--white); padding:11px 20px; border-radius:6px; font-size:13.5px; font-weight:700; transition:background .2s ease;}
.tech-card .btn-view:hover{background:var(--blue);}
@media (max-width:980px){.tech-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.tech-grid{grid-template-columns:1fr;}}

.pkg-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch;}
.pkg-card{position:relative; border:1.5px solid var(--line); border-radius:16px; padding:34px 28px; background:var(--white); display:flex; flex-direction:column; transition:box-shadow .25s ease, transform .25s ease, border-color .25s ease;}
.pkg-card:hover{box-shadow:0 18px 36px rgba(10,38,71,0.1); transform:translateY(-4px);}
.pkg-card.popular{border-color:var(--orange); box-shadow:0 12px 28px rgba(255,106,43,0.14);}
.pkg-popular-badge{position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--orange); color:var(--white); font-size:11.5px; font-weight:800; letter-spacing:0.04em; text-transform:uppercase; padding:6px 16px; border-radius:20px; white-space:nowrap;}
.pkg-card h3{font-size:19px; font-weight:700; color:var(--navy); margin-bottom:10px;}
.pkg-price{font-family:'Sora',sans-serif; font-size:32px; font-weight:800; color:var(--navy); margin-bottom:2px;}
.pkg-price .suffix{font-size:13px; font-weight:600; color:var(--gray); margin-left:4px;}
.pkg-meta{display:flex; flex-direction:column; gap:6px; font-size:13px; color:var(--gray); margin:16px 0 18px; padding:16px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.pkg-meta strong{color:var(--navy);}
.pkg-features{list-style:none; flex:1; margin-bottom:24px;}
.pkg-features li{font-size:14px; color:var(--ink); padding:8px 0 8px 24px; position:relative; line-height:1.4;}
.pkg-features li::before{content:'✓'; position:absolute; left:0; color:#2BB673; font-weight:800;}
.pkg-actions{display:flex; flex-direction:column; gap:10px;}
.btn-select{background:var(--orange); color:var(--white); text-align:center; padding:14px; border-radius:8px; font-weight:700; font-size:14.5px; border:none; cursor:pointer; transition:background .2s ease;}
.btn-select:hover{background:var(--orange-dark);}
.pkg-card.popular .btn-select{background:var(--navy);}
.pkg-card.popular .btn-select:hover{background:var(--blue);}
.btn-compare{display:flex; align-items:center; gap:8px; font-size:13px; color:var(--gray); cursor:pointer; justify-content:center;}
@media (max-width:980px){.pkg-grid{grid-template-columns:1fr; max-width:440px; margin:0 auto;}}

.compare-bar{position:sticky; bottom:0; background:var(--navy); color:var(--white); padding:16px 24px; border-radius:12px; display:none; align-items:center; justify-content:space-between; margin-top:30px; flex-wrap:wrap; gap:12px;}
.compare-bar.show{display:flex;}
.compare-bar .btn-outline{border-color:var(--white); color:var(--white); padding:10px 18px; font-size:13.5px;}
.compare-bar .btn-outline:hover{background:var(--white); color:var(--navy);}
.compare-table-wrap{overflow-x:auto; margin-top:30px;}
.compare-table{width:100%; border-collapse:collapse; font-size:14px;}
.compare-table th, .compare-table td{border:1px solid var(--line); padding:14px 16px; text-align:left; vertical-align:top;}
.compare-table th{background:var(--sky); color:var(--navy); font-family:'Sora',sans-serif;}

.readonly-summary{background:var(--sky); border:1px solid var(--line); border-radius:14px; padding:26px; margin-bottom:26px;}
.readonly-summary h3{font-size:15px; color:var(--navy); margin-bottom:16px;}
.readonly-grid{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.readonly-item .lbl{font-size:11.5px; text-transform:uppercase; letter-spacing:0.04em; color:var(--gray); font-weight:700; margin-bottom:4px;}
.readonly-item .val{font-size:14.5px; font-weight:700; color:var(--navy);}
@media (max-width:600px){.readonly-grid{grid-template-columns:1fr;}}

.thankyou-wrap{text-align:center; padding:100px 0;}
.thankyou-icon{width:80px; height:80px; border-radius:50%; background:#E9F9F0; color:#2BB673; display:flex; align-items:center; justify-content:center; font-size:38px; margin:0 auto 26px;}

.feature-pill{background:rgba(255,255,255,0.14); border:1px solid rgba(255,255,255,0.28); color:inherit; padding:5px 12px; border-radius:999px; font-size:12.5px; font-weight:500;}
