:root{
  --navy:#3b466f;
  --navy-deep:#2a385f;
  --blue:#4165dc;
  --blue-dark:#314a9a;
  --ink:#2c3a63;
  --muted:#687492;
  --pale:#edf2ff;
  --soft:#f8faff;
  --line:#d8deeb;
  --white:#fff;
  --success:#247c55;
  --shadow:0 18px 48px rgba(35,52,98,.12);
  --radius:12px;
  font-family:"Avenir Next","Segoe UI",Arial,sans-serif;
  color:var(--ink)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);line-height:1.45}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(1640px,calc(100% - 112px));margin:auto}
.section{padding:76px 0}
.section.compact{padding:58px 0}
.section.soft{background:var(--soft)}
.section-title{font-size:42px;line-height:1.12;margin:0 0 12px;text-align:center;font-weight:700;color:var(--ink)}
.section-title::after{content:"";display:block;width:48px;height:3px;background:var(--ink);margin:13px auto 0;border-radius:99px}
.section-copy{max-width:840px;text-align:center;color:var(--muted);margin:0 auto 30px;font-size:15px}
.eyebrow,.tag{display:inline-flex;align-items:center;border-radius:10px;background:#dce7ff;color:var(--blue-dark);font-size:12px;font-weight:800;padding:6px 17px;letter-spacing:.01em}
.muted{color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:7px;border:1px solid transparent;font-weight:700;font-size:14px;transition:.18s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(48,71,152,.16)}
.btn.primary{background:var(--blue);color:#fff}
.btn.secondary{border-color:#aeb8ce;background:transparent;color:var(--ink)}
.btn.light{background:#fff;color:var(--blue-dark)}
.btn.small{min-height:38px;padding:0 14px;font-size:12px}

/* XD header */
.site-header{position:sticky;top:0;z-index:80;background:var(--navy);color:#fff;box-shadow:0 2px 10px rgba(24,31,55,.08)}
.header-inner{height:112px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:18px;min-width:350px}
.brand-mark{width:72px;height:72px;object-fit:contain}
.brand-word{width:250px;height:auto;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:42px;font-size:16px;font-weight:550;margin-left:auto}
.main-nav>a,.nav-dropdown>button{color:#fff;opacity:.96;background:none;border:0;padding:12px 0;font:inherit}
.main-nav>a:hover,.main-nav>a.active,.nav-dropdown>button:hover{opacity:1}
.nav-dropdown{position:relative}
.nav-dropdown-menu{position:absolute;top:44px;left:-18px;min-width:220px;background:#fff;color:var(--ink);border-radius:10px;box-shadow:0 18px 40px rgba(28,38,72,.18);padding:8px;display:none;border:1px solid #e7eaf2}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:grid}
.nav-dropdown-menu a{padding:11px 12px;border-radius:7px;font-size:14px}
.nav-dropdown-menu a:hover{background:var(--pale);color:var(--blue-dark)}
.contact-cta{background:var(--blue);color:#fff;padding:12px 20px;border-radius:9px;font-weight:700;white-space:nowrap}
.menu-btn{display:none;background:transparent;border:0;color:#fff;font-size:29px;padding:8px}

/* Hero */
.hero{position:relative;min-height:760px;display:grid;align-items:center;overflow:hidden;background:#fff}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}
.hero-home .hero-bg{background-image:url('assets/hero-home.png');background-position:center right}
.hero-services .hero-bg{background-image:url('assets/hero-services.png');background-position:center}
.hero-personal .hero-bg{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 42%,rgba(237,242,255,.72) 63%,rgba(65,101,220,.08) 100%),url('assets/pc.png') right 5% center/640px auto no-repeat}
.hero-about .hero-bg{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 43%,rgba(239,243,255,.50) 70%,rgba(50,73,151,.12) 100%),url('assets/server.png') right center/58% auto no-repeat}
.hero-contact{min-height:520px}.hero-contact .hero-bg{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 48%,rgba(237,243,255,.65) 100%),url('assets/hero-home.png') right center/cover no-repeat}
.hero-content{position:relative;z-index:2;max-width:710px;padding:70px 0}
.hero .eyebrow{margin-bottom:12px}
.hero h1{font-size:58px;line-height:1.08;letter-spacing:-1.3px;margin:0 0 22px;color:var(--ink);font-weight:750}
.hero h1 .accent{color:var(--blue)}
.hero p{font-size:18px;line-height:1.55;color:#465475;max-width:680px;margin:0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:29px}
.hero-stats{display:flex;gap:0;margin-top:42px;color:var(--ink)}
.hero-stat{min-width:150px;padding:0 28px;border-right:1px solid #aeb6c6}
.hero-stat:first-child{padding-left:0}.hero-stat:last-child{border-right:0}
.hero-stat strong{font-size:26px;display:block;color:var(--ink);line-height:1}
.hero-stat span{font-size:11px;color:var(--muted);display:block;margin-top:5px}

/* Service page fidelity */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{display:flex;gap:17px;padding:24px 27px;border:1px solid #cfd5e2;border-radius:10px;background:#fff;min-height:132px;align-items:center}
.service-card:hover{box-shadow:0 12px 30px rgba(34,48,92,.08)}
.icon-box{width:58px;height:58px;flex:0 0 58px;border:1px solid #b9c1d1;border-radius:9px;background:#fff;display:grid;place-items:center;color:var(--blue-dark);font-weight:800;font-size:13px}
.service-card h3{margin:0 0 7px;font-size:15px;color:var(--blue-dark);font-weight:750}
.service-card p{margin:0;color:#56617d;font-size:11px;line-height:1.45}
.core-grid{display:grid;grid-template-columns:43% 57%;gap:28px;align-items:stretch;margin-top:28px}
.core-visual{min-height:470px;border-radius:11px;overflow:hidden;position:relative;border:1px solid #ccd2df;background:#eef2ff}
.core-visual img{width:100%;height:100%;object-fit:cover}
.core-visual-copy{position:absolute;left:0;bottom:0;width:55%;padding:30px;background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.76),transparent);color:var(--ink)}
.core-visual-copy h3{font-size:25px;margin:0 0 7px}.core-visual-copy p{font-size:14px;margin:0}
.core-copy{padding:10px 0 0 0}
.core-copy h2{font-size:28px;margin:0 0 22px}.core-copy>p{font-size:15px;color:#495777;max-width:900px}
.feature-list{display:grid;gap:14px;margin-top:26px}
.feature-item{display:flex;gap:15px;align-items:center}
.feature-item .icon-box{width:54px;height:54px;flex-basis:54px}
.feature-item h4{margin:0 0 4px;font-size:14px;color:var(--ink)}
.feature-item p{margin:0;color:#68728d;font-size:11px}
.cta-band{margin:48px 0 0;background:var(--navy-deep);color:#fff;border-radius:10px;padding:42px 58px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;position:relative}
.cta-band::after{content:"@";position:absolute;right:60px;top:50%;transform:translateY(-50%);font-size:180px;line-height:1;color:transparent;-webkit-text-stroke:8px rgba(255,255,255,.86);opacity:.9;font-family:Arial,sans-serif;font-weight:700}
.cta-band>div,.cta-band>a{position:relative;z-index:2}
.cta-band h3{font-size:23px;margin:0 0 6px}.cta-band p{margin:0;color:#eff3ff;font-size:13px}
.cta-band .btn{margin-right:210px;background:var(--blue);color:#fff;min-width:155px}

/* Home */
.home-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.home-photo{border-radius:12px;overflow:hidden;min-height:500px;position:relative}.home-photo img{width:100%;height:100%;object-fit:cover}
.home-copy h2{font-size:44px;line-height:1.1;margin:12px 0 18px}.home-copy p{font-size:16px;color:var(--muted)}
.trust-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}
.trust-item{padding:18px;border:1px solid var(--line);border-radius:10px}.trust-item strong{display:block;color:var(--blue-dark);font-size:14px}.trust-item span{font-size:11px;color:var(--muted)}
.solution-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.solution-card{border:1px solid var(--line);border-radius:11px;background:#fff;padding:28px;min-height:220px;display:flex;flex-direction:column}
.solution-card h3{font-size:20px;margin:16px 0 8px;color:var(--blue-dark)}.solution-card p{font-size:13px;color:var(--muted)}
.solution-card a{margin-top:auto;color:var(--blue);font-weight:700;font-size:13px}
.metrics-band{background:var(--navy);color:#fff;padding:42px 0}
.metrics{display:grid;grid-template-columns:repeat(4,1fr)}
.metric{text-align:center;border-right:1px solid rgba(255,255,255,.24)}.metric:last-child{border-right:0}
.metric strong{display:block;font-size:34px}.metric span{font-size:12px;color:#e1e7f7}
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.audience-card{min-height:420px;border-radius:12px;overflow:hidden;position:relative;background:#eef2ff;border:1px solid var(--line)}
.audience-card img{width:100%;height:100%;object-fit:cover}.audience-card.personal img{object-fit:contain;padding:35px;background:#f8faff}
.audience-overlay{position:absolute;inset:auto 0 0;padding:34px;background:linear-gradient(0deg,rgba(36,49,88,.94),rgba(36,49,88,.1));color:#fff}
.audience-overlay h3{font-size:25px;margin:0 0 6px}.audience-overlay p{font-size:13px;max-width:460px;color:#eef2ff}

/* General pages */
.values{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.value-card{border:1px solid var(--line);border-radius:10px;padding:24px;background:#fff}.value-card h3{color:var(--blue-dark);font-size:16px;margin:0 0 8px}.value-card p{font-size:12px;color:var(--muted);margin:0}
.brands{display:grid;grid-template-columns:repeat(6,1fr);gap:30px;align-items:center}.brands img{height:52px;object-fit:contain;margin:auto;filter:grayscale(1);opacity:.72}
.team-card{max-width:390px;margin:30px auto 0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.team-avatar{aspect-ratio:1;background:linear-gradient(135deg,#edf2ff,#d8e1fb);display:grid;place-items:center;color:var(--blue-dark);font-size:70px}.team-copy{text-align:center;padding:22px}.team-copy h3{margin:0}
.contact-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:30px}.form-card,.info-card{border:1px solid var(--line);border-radius:11px;padding:32px;background:#fff}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:6px;margin:14px 0}.field label{font-size:12px;font-weight:700}.field input,.field textarea,.field select{border:1px solid #cbd2e4;border-radius:8px;padding:13px 14px;outline:none;background:#fbfcff}.field input:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(65,101,220,.08)}.field textarea{min-height:150px;resize:vertical}.map-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;min-height:310px}.map-card img{width:100%;height:100%;object-fit:cover}

/* Store */
.store-top{background:#f7f9ff;border-bottom:1px solid var(--line)}.store-tools{height:68px;display:flex;align-items:center;justify-content:space-between;gap:14px}.category-nav{display:flex;gap:22px;overflow:auto;white-space:nowrap;font-size:13px;font-weight:650}.store-actions{display:flex;gap:14px;font-size:12px}.promo{margin:32px auto 0;border-radius:12px;background:linear-gradient(115deg,var(--navy-deep),var(--blue));color:#fff;padding:46px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden}.promo h1{font-size:50px;line-height:1;margin:13px 0}.promo p{color:#e8edff}.promo-art{height:225px}.promo-art img{height:100%;margin-left:auto;object-fit:contain}.product-layout{display:grid;grid-template-columns:250px 1fr;gap:25px}.filters{border:1px solid var(--line);border-radius:10px;padding:21px;height:max-content;position:sticky;top:135px}.filter-group{padding:16px 0;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0}.filter-group h4{font-size:12px;margin:0 0 9px}.filter-group label{display:flex;gap:8px;margin:7px 0;font-size:12px;color:#59627f}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.product-card{border:1px solid var(--line);border-radius:10px;padding:15px;display:flex;flex-direction:column;min-height:405px;background:#fff;transition:.2s}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.product-image{height:190px;display:grid;place-items:center;background:#fbfcff;border-radius:8px}.product-image img{max-height:165px;object-fit:contain}.product-card h3{font-size:13px;line-height:1.35;margin:14px 0 8px}.product-price{font-size:22px;font-weight:800;margin-top:auto}.stock{color:var(--success);font-weight:800;font-size:11px;margin:5px 0}.shop-features{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:45px}.pill{background:#f5f7fc;border:1px solid #e0e5f0;border-radius:9px;padding:17px;text-align:center}.pill strong{display:block;font-size:13px}.pill span{color:var(--muted);font-size:11px}.newsletter{margin-top:50px;background:#eef2ff;border-radius:10px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.newsletter h3{font-size:25px;margin:0 0 5px}.newsletter form{display:flex;gap:10px;min-width:410px}.newsletter input{flex:1;border:1px solid #cbd4ee;border-radius:8px;padding:0 14px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:46px}.product-gallery{border:1px solid var(--line);border-radius:11px;padding:26px}.product-gallery img{width:100%;height:460px;object-fit:contain}.detail-copy h1{font-size:33px;line-height:1.14;margin:15px 0}.detail-price{font-size:35px;font-weight:900;margin:13px 0}.qty{display:inline-flex;border:1px solid #cbd2e3;border-radius:8px;overflow:hidden}.qty button,.qty span{width:40px;height:40px;border:0;background:#fff;display:grid;place-items:center}.detail-actions{display:flex;gap:12px;align-items:center;margin:22px 0}.specs{width:100%;border-collapse:collapse}.specs td{padding:12px;border-bottom:1px solid #e3e7f1;font-size:12px}.specs td:first-child{font-weight:800;width:38%;color:#3d4a76}
.cart-layout{display:grid;grid-template-columns:1fr 390px;gap:26px}.cart-item{display:grid;grid-template-columns:115px 1fr 120px 120px;gap:16px;align-items:center;border-bottom:1px solid var(--line);padding:19px 0}.cart-item img{width:105px;height:90px;object-fit:contain}.summary-card{border:1px solid var(--line);border-radius:10px;padding:23px;height:max-content;position:sticky;top:135px}.summary-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;font-size:13px}.summary-row.total{font-size:19px;font-weight:900;border-top:1px solid var(--line);margin-top:8px;padding-top:16px}
.account-layout{display:grid;grid-template-columns:250px 1fr;gap:26px}.account-nav{border:1px solid var(--line);border-radius:10px;padding:17px;height:max-content}.account-nav h3{margin:0 0 12px}.account-nav a{display:block;padding:10px 11px;border-radius:8px;color:#5a6482;font-size:13px}.account-nav a.active,.account-nav a:hover{background:#eef2ff;color:var(--blue-dark);font-weight:800}.account-card{border:1px solid var(--line);border-radius:10px;padding:27px}.account-card h2{margin-top:0}.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.address,.order,.ticket{border:1px solid var(--line);border-radius:9px;padding:18px}.order,.ticket{margin-bottom:13px}.order-head{display:flex;justify-content:space-between;gap:16px}.order-actions{display:flex;gap:9px;margin-top:12px}.wishlist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}

/* Footer matching XD */
.site-footer{background:var(--navy);color:#fff;margin-top:70px}
.footer-grid{display:grid;grid-template-columns:1.35fr .65fr .9fr 1fr;gap:50px;padding:55px 0 40px}
.footer-brandline{display:flex;align-items:center;gap:15px;margin-bottom:16px}.footer-brandline .brand-mark{width:66px;height:66px}.footer-brandline .brand-word{width:235px}
.footer-brand p,.footer a,.footer p{color:#e5eaf8;font-size:11px;line-height:1.6}.footer h4{font-size:12px;margin:0 0 12px}.footer-links{display:grid;gap:7px}.quick-mail{display:flex;gap:7px}.quick-mail input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.04);color:#fff;border-radius:7px;padding:10px}.quick-mail input::placeholder{color:#b9c3de}.quick-mail button{border:0;border-radius:7px;background:#aebeff;color:#26355e;font-weight:800;padding:0 16px}.copyright{border-top:1px solid rgba(255,255,255,.12);padding:17px 0;color:#bdc6e7;font-size:10px}
.notice{display:none;padding:12px 14px;border-radius:9px;background:#edf8f3;color:#19704d;font-size:12px}.notice.show{display:block}

@media(max-width:1220px){
 .container{width:min(1100px,calc(100% - 60px))}.header-inner{height:100px}.brand{min-width:auto}.brand-mark{width:62px;height:62px}.brand-word{width:210px}.main-nav{gap:25px}.hero{min-height:680px}.hero h1{font-size:50px}.cards{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:repeat(3,1fr)}.values{grid-template-columns:repeat(3,1fr)}.brands{grid-template-columns:repeat(3,1fr)}.shop-features{grid-template-columns:repeat(3,1fr)}.cta-band .btn{margin-right:160px}
}
@media(max-width:900px){
 .container{width:min(760px,calc(100% - 34px))}.header-inner{height:82px}.brand-mark{width:48px;height:48px}.brand-word{width:170px}.menu-btn{display:block}.main-nav{position:fixed;top:82px;left:0;right:0;background:var(--navy);display:none;flex-direction:column;align-items:stretch;padding:18px 24px 26px;gap:2px;box-shadow:0 14px 30px rgba(26,34,64,.18)}.main-nav.open{display:flex}.main-nav>a,.nav-dropdown>button{text-align:left;padding:12px}.nav-dropdown-menu{position:static;display:none!important;box-shadow:none;margin:0 12px;background:#313d64;color:#fff;border:0}.nav-dropdown.open .nav-dropdown-menu{display:grid!important}.contact-cta{display:none}.hero{min-height:620px}.hero h1{font-size:45px}.hero-home .hero-bg{background-position:66% center;opacity:.52}.hero-home::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 12%,rgba(255,255,255,.96) 56%,rgba(255,255,255,.25))}.hero-content{z-index:3}.hero-stats{flex-wrap:wrap}.hero-stat{min-width:50%;margin-bottom:15px}.hero-stat:nth-child(2){border-right:0}.home-intro,.core-grid,.contact-grid,.product-detail,.cart-layout,.account-layout,.promo,.product-layout{grid-template-columns:1fr}.core-visual{min-height:390px}.solution-cards,.audience-grid{grid-template-columns:1fr 1fr}.metrics{grid-template-columns:repeat(2,1fr);gap:25px}.metric:nth-child(2){border-right:0}.filters,.summary-card{position:static}.products{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.newsletter{flex-direction:column;align-items:flex-start}.newsletter form{min-width:0;width:100%}.account-nav{display:flex;overflow:auto;gap:6px}.account-nav h3{display:none}.account-nav a{white-space:nowrap}.wishlist-grid{grid-template-columns:repeat(2,1fr)}.cta-band::after{right:30px}.cta-band .btn{margin-right:120px}
}
@media(max-width:620px){
 .container{width:calc(100% - 28px)}.header-inner{height:72px}.brand{gap:10px}.brand-mark{width:42px;height:42px}.brand-word{width:145px}.main-nav{top:72px}.hero{min-height:565px}.hero h1{font-size:38px}.hero p{font-size:15px}.hero-content{padding:48px 0}.hero-stats{margin-top:30px}.hero-stat{padding:0 14px}.hero-stat strong{font-size:23px}.section{padding:58px 0}.section-title{font-size:32px}.cards,.solution-cards,.values,.brands,.shop-features,.products,.wishlist-grid,.field-grid,.address-grid,.audience-grid,.trust-list{grid-template-columns:1fr}.core-visual-copy{width:80%}.cta-band{padding:30px 28px;flex-direction:column;align-items:flex-start}.cta-band::after{font-size:130px;right:10px;opacity:.28}.cta-band .btn{margin-right:0}.metrics{grid-template-columns:1fr 1fr}.metric{padding:12px 0}.footer-grid{grid-template-columns:1fr}.promo{padding:28px}.promo h1{font-size:37px}.store-actions{display:none}.product-gallery img{height:310px}.detail-copy h1{font-size:27px}.cart-item{grid-template-columns:78px 1fr;gap:9px}.cart-item img{width:74px;height:66px}.cart-item .qty,.cart-item .line-price{grid-column:2}.newsletter form{flex-direction:column}.newsletter input{min-height:44px}
}
