:root {
  --navy: #101b2d;
  --navy-2: #16243a;
  --ink: #172033;
  --muted: #647084;
  --red: #f34f46;
  --red-dark: #da3d36;
  --warm: #ff8a57;
  --paper: #f5f7f9;
  --line: #dfe4e9;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 28px 70px rgba(14, 29, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 20px; padding: 10px 16px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 10px; }
.section { padding: 112px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #ff918b; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 62px); font-weight: 700; }
h2 em, h1 em { color: var(--red); font-style: normal; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 34px; border: 0; border-radius: 4px; padding: 0 24px; color: var(--white); background: var(--red); box-shadow: 0 12px 30px rgba(243, 79, 70, .23); font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--red-dark); box-shadow: 0 16px 38px rgba(243, 79, 70, .3); transform: translateY(-2px); }
.button-small { min-height: 44px; gap: 10px; padding: 0 17px; font-size: 13px; }
.button-light { color: var(--navy); background: var(--white); box-shadow: none; }
.button-light:hover { color: var(--white); }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(16,27,45,.96); box-shadow: 0 10px 30px rgba(0,0,0,.12); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 39px; height: 39px; overflow: visible; }
.brand-mark path:first-child { fill: none; stroke: var(--red); stroke-width: 3; }
.brand-mark path:nth-child(2) { fill: none; stroke: var(--white); stroke-width: 2; }
.brand-mark circle { fill: var(--red); }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--white); font-size: 19px; letter-spacing: .07em; }
.brand small { margin-top: 5px; color: #9facbe; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { position: relative; color: #cbd3dd; font-size: 13px; font-weight: 650; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--red); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.webmail-link { display: inline-flex; align-items: center; gap: 8px; color: #d6dce5; font-size: 13px; font-weight: 650; }
.webmail-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 0; padding: 10px; color: inherit; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { position: absolute; top: 82px; right: 0; left: 0; height: calc(100vh - 82px); padding: 28px 20px; background: var(--navy); }
.mobile-nav a { display: block; border-bottom: 1px solid rgba(255,255,255,.1); padding: 18px 4px; color: var(--white); font-size: 20px; font-weight: 650; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::after { position: absolute; top: 0; left: 52%; width: 700px; height: 700px; border-radius: 50%; background: rgba(61,92,131,.15); filter: blur(100px); content: ""; }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent 5%, black 55%, transparent 100%); transform: perspective(700px) rotateX(65deg) scale(1.4) translateY(15%); }
.hero-layout { position: relative; z-index: 2; display: grid; min-height: 720px; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 50px; padding-top: 92px; }
.hero-copy { padding: 55px 0 60px; }
.hero h1 { max-width: 720px; margin-bottom: 30px; font-size: clamp(54px, 6vw, 84px); font-weight: 720; }
.hero-lead { max-width: 650px; margin-bottom: 38px; color: #b9c3d0; font-size: 18px; line-height: 1.75; }
.hero-buttons { display: flex; align-items: center; gap: 30px; }
.button-link { padding: 9px 0; border-bottom: 1px solid #778497; font-size: 14px; font-weight: 650; }
.button-link:hover { border-color: var(--red); }
.trust-row { display: flex; gap: 0; margin-top: 62px; }
.trust-row div { display: grid; min-width: 140px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.15); }
.trust-row div:first-child { padding-left: 0; border: 0; }
.trust-row strong { font-size: 17px; }
.trust-row span { color: #8997aa; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.network-visual { position: relative; height: 570px; }
.network-visual > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.net-lines path { stroke: url(#line); stroke-width: 1.2; stroke-dasharray: 5 7; opacity: .48; animation: dash 16s linear infinite; }
.net-nodes circle { fill: var(--navy); stroke: var(--red); stroke-width: 3; }
.net-nodes circle:nth-child(2n) { fill: var(--red); stroke: #ff8a85; }
.visual-glow { position: absolute; top: 160px; left: 190px; width: 240px; height: 240px; border-radius: 50%; background: rgba(243,79,70,.1); filter: blur(45px); }
@keyframes dash { to { stroke-dashoffset: -120; } }
.status-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; color: var(--white); background: rgba(25,39,61,.92); box-shadow: 0 25px 60px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.status-card small { display: block; color: #8f9db0; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.status-main { top: 225px; left: 83px; display: flex; width: 390px; align-items: center; gap: 16px; padding: 20px; }
.status-main div { display: grid; }
.status-main strong { font-size: 13px; }
.status-main b { margin-left: auto; color: #66d9ae; font-size: 13px; }
.status-icon { display: flex; width: 40px; height: 40px; align-items: flex-end; justify-content: center; gap: 3px; border-radius: 50%; background: rgba(102,217,174,.1); padding: 11px; }
.status-icon i { width: 3px; height: 8px; background: #66d9ae; }
.status-icon i:nth-child(2) { height: 13px; }.status-icon i:nth-child(3) { height: 18px; }
.status-speed { top: 56px; left: 130px; padding: 16px 22px; }
.status-speed strong { font-size: 27px; }.status-speed strong span { color: #8e9bad; font-size: 11px; }
.status-support { right: 5px; bottom: 77px; display: flex; align-items: center; gap: 12px; padding: 16px 20px; }
.status-support > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); }
.status-support div { display: grid; }.status-support strong { font-size: 12px; }
.client-strip { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(8,17,30,.4); }
.client-strip .container { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 25px; color: #758297; }
.client-strip span { color: #536176; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.client-strip b { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; min-height: 470px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; padding: 31px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--red); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-6px); }
.service-card:hover::before { transform: scaleX(1); }
.service-card.featured { background: var(--paper); }
.service-card.dark-card { color: var(--white); border-color: var(--navy); background: var(--navy); }
.service-top { display: flex; min-height: 26px; align-items: center; justify-content: space-between; }
.service-number { color: #a4adba; font-size: 11px; font-weight: 750; letter-spacing: .12em; }
.service-badge { border-radius: 20px; padding: 4px 10px; color: var(--red); background: #fee9e7; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dark-card .service-badge { color: #ff8c85; background: rgba(243,79,70,.13); }
.service-icon { display: grid; width: 57px; height: 57px; place-items: center; margin: 34px 0 26px; border-radius: 7px; color: var(--red); background: #fff0ef; }
.service-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dark-card .service-icon { background: rgba(243,79,70,.12); }
.service-card h3 { margin-bottom: 17px; font-size: 27px; }
.service-card > p { margin-bottom: 21px; color: var(--muted); font-size: 14px; }
.dark-card > p, .dark-card li { color: #aab5c5; }
.service-card ul { margin: 0 0 24px; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.service-card li { margin: 7px 0; }.service-card li::before { margin-right: 9px; color: var(--red); content: "✓"; }
.service-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; border-top: 1px solid var(--line); padding-top: 20px; font-size: 13px; font-weight: 750; }
.dark-card > a { border-color: rgba(255,255,255,.14); }
.service-card > a span { color: var(--red); font-size: 20px; }
.price { display: flex; align-items: baseline; gap: 7px; margin-top: auto; margin-bottom: 18px; }
.price strong { font-size: 29px; }.price span { color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.service-card.compact { min-height: 400px; }
.service-card.compact .service-icon { margin-top: 26px; }
.price.small { margin-top: 0; }.price.small strong { font-size: 23px; }

.pricing { background: var(--paper); }
.pricing-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.pricing-heading h2 { max-width: 810px; margin-bottom: 0; }
.pricing-heading > p { max-width: 430px; margin-bottom: 8px; color: var(--muted); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.package-card { position: relative; display: flex; flex-direction: column; border: 1px solid #d8dfe6; border-radius: 9px; padding: 36px 32px 31px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.package-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.package-card.recommended { color: var(--white); border-color: var(--navy); background: var(--navy); box-shadow: 0 25px 65px rgba(16,27,45,.19); }
.recommended-label { position: absolute; top: 0; right: 25px; border-radius: 0 0 4px 4px; padding: 7px 12px; color: var(--white); background: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.package-name { margin-bottom: 33px; }
.package-name span { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.package-name h3 { margin: 3px 0 0; font-size: 33px; }
.package-speed { display: flex; align-items: center; gap: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px 0; }
.recommended .package-speed { border-color: rgba(255,255,255,.14); }
.package-speed strong { font-size: 50px; line-height: 1; letter-spacing: -.06em; }
.package-speed strong small { color: var(--red); font-size: 25px; }
.package-speed > span, .package-price > span { color: var(--muted); font-size: 9px; font-weight: 750; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase; }
.recommended .package-speed > span, .recommended .package-price > span { color: #99a6b8; }
.package-price { display: flex; align-items: center; gap: 12px; padding: 25px 0 15px; }
.package-price strong { font-size: 30px; letter-spacing: -.03em; }
.package-card ul { margin: 0 0 30px; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.recommended ul { color: #aeb9c8; }
.package-card li { margin: 9px 0; }
.package-card li::before { margin-right: 10px; color: var(--red); content: "✓"; }
.package-button { display: flex; min-height: 50px; align-items: center; justify-content: space-between; margin-top: auto; border-radius: 4px; padding: 0 17px; color: var(--white); background: var(--red); font-size: 13px; font-weight: 800; }
.package-card:not(.recommended) .package-button { color: var(--navy); border: 1px solid var(--line); background: transparent; }
.package-card:not(.recommended) .package-button:hover { color: var(--white); border-color: var(--red); background: var(--red); }
.pricing-notes { display: grid; grid-template-columns: .45fr 1.55fr; gap: 40px; margin-top: 26px; border-top: 1px solid #d7dde4; padding-top: 23px; color: var(--muted); font-size: 12px; }
.pricing-notes p { margin: 0; }.pricing-notes strong { color: var(--ink); }

.hosting { background: var(--white); }
.hosting-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 45px; }
.hosting-heading h2 { max-width: 760px; margin-bottom: 0; }
.hosting-heading > p { max-width: 440px; margin-bottom: 8px; color: var(--muted); }
.catalog-tabs { display: inline-flex; gap: 5px; margin-bottom: 35px; border-radius: 6px; padding: 5px; background: var(--paper); }
.catalog-tabs button { min-height: 47px; border: 0; border-radius: 4px; padding: 0 24px; color: var(--muted); background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.catalog-tabs button[aria-selected="true"] { color: var(--white); background: var(--navy); box-shadow: 0 10px 22px rgba(16,27,45,.16); }
.catalog-panel[hidden] { display: none; }
.host-intro, .domain-intro { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 25px; color: var(--muted); font-size: 13px; }
.host-intro p { max-width: 770px; margin: 0; }
.host-intro > span, .domain-intro > span { border-left: 2px solid var(--red); padding-left: 16px; color: var(--ink); font-size: 11px; font-weight: 750; }
.host-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.host-card { position: relative; display: flex; min-height: 590px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; padding: 35px 31px 30px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.host-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.host-card.highlighted { border-color: #ffd0cd; background: linear-gradient(180deg, #fff6f5 0%, #fff 42%); }
.host-ribbon { position: absolute; top: 0; right: 22px; border-radius: 0 0 4px 4px; padding: 7px 12px; color: var(--white); background: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.host-title > span { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.host-title h3 { margin: 4px 0 8px; font-size: 31px; text-transform: capitalize; }
.host-title p { color: var(--muted); font-size: 13px; }
.host-price { display: flex; align-items: baseline; gap: 9px; margin: 16px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; }
.host-price strong { font-size: 31px; }.host-price span { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.host-card ul { margin: 0 0 30px; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.host-card li { margin: 9px 0; padding-left: 19px; }
.host-card li::before { position: absolute; margin-left: -19px; color: var(--red); content: "✓"; }
.host-card li strong { color: var(--ink); }
.host-card > a { display: flex; min-height: 50px; align-items: center; justify-content: space-between; margin-top: auto; border-radius: 4px; padding: 0 17px; color: var(--white); background: var(--navy); font-size: 13px; font-weight: 800; }
.host-card.highlighted > a { background: var(--red); }
.domain-intro { align-items: end; margin-top: 8px; }
.domain-intro h3 { margin-bottom: 7px; font-size: 29px; }.domain-intro p { margin: 0; color: var(--muted); }
.domain-intro.international { margin-top: 55px; padding-top: 40px; border-top: 1px solid var(--line); }
.domain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.international-grid { grid-template-columns: repeat(3, 1fr); }
.domain-card { display: grid; min-height: 205px; grid-template-columns: 1fr auto; align-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 8px; padding: 25px; background: var(--white); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.domain-card:hover { border-color: transparent; box-shadow: 0 20px 45px rgba(16,27,45,.1); transform: translateY(-3px); }
.domain-card > div { display: grid; align-content: start; }.domain-card > div strong { color: var(--navy); font-size: 27px; letter-spacing: -.03em; }.domain-card > div small { color: var(--muted); font-size: 10px; }
.domain-card p { grid-column: 1 / -1; margin: 0; }.domain-card p b { font-size: 24px; }.domain-card p span { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.domain-card a { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 14px; color: var(--ink); font-size: 12px; font-weight: 800; }
.domain-card a:hover { color: var(--red); }.domain-card.free { border-color: #bde7d6; background: #f3fbf8; }.domain-card.free p b { color: #16845f; text-transform: uppercase; }

.benefits { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.benefits::before { position: absolute; inset: 0 50% 0 0; opacity: .08; background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 1px); background-size: 28px 28px; content: ""; }
.benefits-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.benefits-copy { position: sticky; top: 150px; align-self: start; }
.benefits-copy h2 { font-size: clamp(42px, 4.4vw, 60px); }.benefits-copy > p:not(.eyebrow) { max-width: 470px; margin-bottom: 34px; color: #aeb9c8; }
.benefit-list article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; border-top: 1px solid rgba(255,255,255,.14); padding: 30px 0; }
.benefit-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit-list article > span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.benefit-list h3 { margin-bottom: 9px; font-size: 23px; }.benefit-list p { max-width: 530px; margin: 0; color: #9eabba; font-size: 14px; }

.about { overflow: hidden; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.about-graphic { position: relative; height: 480px; border-radius: 10px; background: var(--paper); }
.about-graphic::before { position: absolute; inset: 38px; border: 1px solid #dde3e8; border-radius: 50%; content: ""; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px dashed #cbd3dc; border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 260px; height: 260px; }.orbit-two { width: 390px; height: 390px; }
.about-core { position: absolute; top: 50%; left: 50%; display: grid; width: 170px; height: 170px; place-content: center; border-radius: 50%; color: var(--white); background: var(--navy); text-align: center; transform: translate(-50%,-50%); box-shadow: 0 25px 60px rgba(16,27,45,.25); }
.about-core strong { font-size: 23px; letter-spacing: .1em; }.about-core small { color: #98a5b7; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.dot { position: absolute; display: block; width: 16px; height: 16px; border: 4px solid #ffd7d5; border-radius: 50%; background: var(--red); }
.d1 { top: 68px; left: 174px; }.d2 { right: 48px; bottom: 148px; }.d3 { bottom: 62px; left: 115px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.85; }
.about-copy blockquote { margin: 32px 0 0; border-left: 3px solid var(--red); padding: 6px 0 6px 24px; color: var(--navy); font-size: 19px; font-weight: 650; }

.contact { color: var(--white); background: #0c1626; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.contact-copy > p:not(.eyebrow) { max-width: 430px; color: #9eabba; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 35px; margin-top: 48px; }
.contact-details a, .contact-details p { display: grid; margin: 0; border-top: 1px solid rgba(255,255,255,.13); padding-top: 15px; }
.contact-details small { color: #7e8da2; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.contact-details strong { font-size: 13px; }
.contact-form { border-radius: 9px; padding: 40px; color: var(--ink); background: var(--white); box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #4f5a6c; font-size: 11px; font-weight: 750; letter-spacing: .03em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dce2e8; border-radius: 4px; outline: 0; padding: 13px 14px; color: var(--ink); background: #fafbfc; transition: border .2s ease, box-shadow .2s ease; }
.contact-form textarea { min-height: 126px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(243,79,70,.1); }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.45; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--red); }
.submit-button { width: 100%; justify-content: space-between; }
.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }
.submit-button.loading span::after { content: "…"; }
.form-note { margin: 12px 0 0; color: #929baa; font-size: 10px; text-align: center; }
.form-status { display: none; margin-top: 15px; border-radius: 4px; padding: 12px; font-size: 12px; }
.form-status.success { display: block; color: #126b4a; background: #e8f7f1; }.form-status.error { display: block; color: #9f2722; background: #fdebea; }
.trap { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.terms { scroll-margin-top: 82px; padding: 0; background: var(--paper); }
.terms-document { border-right: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--white); }
.terms-document + .terms-document { border-top: 1px solid var(--line); }
.privacy-document { scroll-margin-top: 82px; }
.terms-document > summary { display: flex; min-height: 145px; align-items: center; justify-content: space-between; gap: 40px; padding: 30px 40px; cursor: pointer; list-style: none; }
.terms-document > summary::-webkit-details-marker { display: none; }
.terms-document > summary:hover .terms-action { color: var(--white); background: var(--red); }
.terms-summary-copy { display: grid; }
.terms-summary-copy small { margin-bottom: 7px; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.terms-summary-copy strong { color: var(--navy); font-size: clamp(20px, 2.5vw, 31px); line-height: 1.2; letter-spacing: -.025em; }
.terms-summary-copy em { margin-top: 7px; color: var(--muted); font-size: 10px; font-style: normal; font-weight: 750; letter-spacing: .1em; }
.terms-action { display: flex; min-width: 175px; min-height: 45px; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--line); border-radius: 4px; color: var(--navy); font-size: 11px; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.terms-action i { position: relative; width: 13px; height: 13px; }
.terms-action i::before, .terms-action i::after { position: absolute; top: 6px; left: 1px; width: 11px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
.terms-action i::after { transform: rotate(90deg); }
.terms-document[open] .terms-action i::after { transform: rotate(0); }
.terms-document[open] .terms-action b { font-size: 0; }.terms-document[open] .terms-action b::after { font-size: 11px; content: "Zatvori dokument"; }
.terms-content { border-top: 1px solid var(--line); padding: 60px 80px 75px; }
.terms-title { max-width: 780px; margin-bottom: 45px; }
.terms-title p { margin-bottom: 8px; color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.terms-title h2 { margin: 0; font-size: clamp(34px, 4vw, 51px); }
.terms-content article { display: grid; grid-template-columns: .44fr .56fr; gap: 55px; border-top: 1px solid var(--line); padding: 30px 0; }
.terms-content article h3 { margin: 0; font-size: 20px; letter-spacing: -.015em; }
.terms-content article h3 span { display: block; margin-bottom: 8px; color: var(--red); font-size: 9px; letter-spacing: .12em; }
.terms-content article > p, .terms-content article > ul { grid-column: 2; margin-top: 0; margin-bottom: 10px; color: var(--muted); font-size: 13px; }
.terms-content article h3 + p, .terms-content article h3 + ul { grid-row: 1; }
.terms-content article ul { padding-left: 18px; }.terms-content article li { margin: 5px 0; padding-left: 4px; }
.terms-content article a { color: var(--ink); font-weight: 750; text-decoration: underline; text-decoration-color: #f7aaa6; text-underline-offset: 3px; }

.site-footer { color: #a4afbe; background: #07101d; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; padding-top: 65px; padding-bottom: 55px; }
.footer-brand { align-self: start; }.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 9px; color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { font-size: 12px; }.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; padding-bottom: 24px; font-size: 10px; }

.reveal { opacity: 1; transform: none; }
.reveal-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .net-lines path { animation: none; } }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }.header-actions .button { display: none; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 10px; }.network-visual { transform: scale(.9); transform-origin: center; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.benefits-layout, .contact-layout { gap: 60px; }
}

@media (max-width: 820px) {
  .section { padding: 84px 0; }.desktop-nav, .header-actions { display: none; }.menu-toggle { display: block; }
  .hero { min-height: 0; }.hero-layout { display: block; min-height: 0; padding-top: 130px; }.hero-copy { padding-bottom: 25px; }.hero h1 { font-size: clamp(49px, 11vw, 72px); }
  .network-visual { width: min(100%, 600px); height: 470px; margin: 0 auto; transform: none; }.status-main { left: 12%; width: 70%; }.status-support { right: 3%; }.status-speed { left: 20%; }
  .client-strip .container { overflow: auto; justify-content: flex-start; }.client-strip b { white-space: nowrap; }
  .section-heading { display: block; }.section-heading h2 { margin-bottom: 25px; }.section-heading > p { max-width: 620px; }
  .pricing-heading { display: block; }.pricing-heading h2 { margin-bottom: 25px; }.pricing-heading > p { max-width: 620px; }
  .package-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }.package-card { min-height: 590px; }.pricing-notes { grid-template-columns: 1fr; gap: 10px; }
  .hosting-heading { display: block; }.hosting-heading h2 { margin-bottom: 25px; }.hosting-heading > p { max-width: 620px; }.host-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }.host-card { min-height: 580px; }.domain-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; }.benefits-copy { position: relative; top: auto; }.about-layout { gap: 55px; }.about-graphic { max-width: 600px; width: 100%; margin-inline: auto; }.contact-layout { gap: 50px; }
  .terms-content { padding: 50px 45px 65px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-main .footer-links:last-child { grid-column: 2; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 32px), var(--container)); }.section { padding: 70px 0; }.header-inner { min-height: 72px; }.mobile-nav { top: 72px; height: calc(100vh - 72px); }
  .hero-layout { padding-top: 110px; }.hero-copy { padding-top: 30px; }.hero h1 { margin-bottom: 22px; font-size: 46px; }.hero-lead { font-size: 16px; }
  .hero-buttons { align-items: stretch; flex-direction: column; gap: 12px; }.hero-buttons .button-link { text-align: center; }
  .trust-row { justify-content: space-between; margin-top: 45px; }.trust-row div { min-width: 0; padding: 0 10px; }.trust-row strong { font-size: 13px; }.trust-row span { font-size: 8px; }
  .network-visual { height: 365px; margin-top: 5px; }.status-main { top: 145px; left: 4%; width: 92%; padding: 14px; }.status-main b { display: none; }.status-speed { top: 30px; left: 8%; }.status-support { right: 3%; bottom: 40px; }
  h2 { font-size: 38px; }.section-heading { margin-bottom: 40px; }.service-grid { grid-template-columns: 1fr; }.service-card, .service-card.compact { min-height: 420px; padding: 27px; }
  .pricing-heading { margin-bottom: 40px; }.package-card { min-height: 0; padding: 31px 27px 27px; }.package-speed strong { font-size: 45px; }
  .hosting-heading { margin-bottom: 35px; }.catalog-tabs { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }.catalog-tabs button { padding: 0 10px; font-size: 11px; }.host-intro, .domain-intro { align-items: flex-start; flex-direction: column; gap: 15px; }.host-card { min-height: 0; padding: 31px 27px 27px; }.domain-grid, .international-grid { grid-template-columns: 1fr; }.domain-card { min-height: 190px; }.domain-intro.international { margin-top: 42px; padding-top: 32px; }
  .benefits-layout { gap: 50px; }.benefit-list article { grid-template-columns: 38px 1fr; gap: 12px; }.about-graphic { height: 350px; }.orbit-one { width: 200px; height: 200px; }.orbit-two { width: 300px; height: 300px; }.about-graphic::before { inset: 24px; }.about-core { width: 135px; height: 135px; }.d1 { top: 38px; left: 120px; }.d2 { right: 25px; }.d3 { bottom: 36px; left: 80px; }
  .contact-details { grid-template-columns: 1fr; }.contact-form { padding: 24px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }
  .terms-document > summary { min-height: 170px; align-items: flex-start; flex-direction: column; gap: 20px; padding: 27px 23px; }.terms-action { width: 100%; }.terms-content { padding: 42px 23px 55px; }.terms-content article { display: block; padding: 27px 0; }.terms-content article h3 { margin-bottom: 18px; }.terms-content article > p, .terms-content article > ul { font-size: 12px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 22px; }.footer-brand { grid-column: 1 / -1; }.footer-main .footer-links:last-child { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}
