* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy-900: #060E1A;
  --navy-800: #0B1A2E;
  --navy-700: #122A4A;
  --navy-600: #1B3D6B;
  --teal-500: #1D9E75;
  --teal-400: #5DCAA5;
  --teal-300: #9FE1CB;
  --teal-100: #E1F5EE;
  --white: #FFFFFF;
  --gray-100: #F4F6F8;
  --gray-200: #E2E6EB;
  --gray-400: #8A94A0;
  --gray-600: #4A5568;
  --gray-800: #1A202C;
}
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: var(--gray-800); line-height: 1.6; }
a { text-decoration: none; color: inherit; }

/* NAV */
nav { background: var(--navy-800); padding: 0 2rem; position: fixed; top: 0; width: 100%; z-index: 100; border-bottom: 1px solid var(--navy-700); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { font-size: 22px; font-weight: 700; color: var(--white); letter-spacing: -0.5px; }
.logo span { color: var(--teal-400); }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { color: var(--teal-300); font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { background: var(--teal-500); color: var(--white) !important; padding: 8px 20px; border-radius: 6px; font-weight: 600; transition: background 0.2s; }
.nav-cta:hover { background: #178A64; }
.mobile-menu { display: none; background: none; border: none; cursor: pointer; }
.mobile-menu svg { width: 28px; height: 28px; stroke: var(--teal-300); }


/* BREADCRUMB — override nav fixed positioning */
.breadcrumb { position: static; top: auto; width: auto; z-index: auto; background: none; padding: 0; border-bottom: none; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 50%, var(--navy-700) 100%); padding: 10rem 2rem 6rem; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 30% 80%, rgba(29,158,117,0.08) 0%, transparent 50%), radial-gradient(circle at 70% 20%, rgba(93,202,165,0.05) 0%, transparent 40%); }
.hero-content { position: relative; max-width: 800px; margin: 0 auto; }
.hero-badge { display: inline-block; background: rgba(29,158,117,0.15); color: var(--teal-400); padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; margin-bottom: 1.5rem; border: 1px solid rgba(29,158,117,0.25); }
.hero h1 { font-size: 3.2rem; font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 1.25rem; letter-spacing: -1px; }
.hero h1 em { font-style: normal; color: var(--teal-400); }
.hero p { font-size: 1.2rem; color: var(--teal-300); max-width: 580px; margin: 0 auto 2rem; line-height: 1.7; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--teal-500); color: var(--white); padding: 14px 32px; border-radius: 8px; font-size: 16px; font-weight: 600; border: none; cursor: pointer; transition: all 0.2s; display: inline-block; }
.btn-primary:hover { background: #178A64; transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--teal-300); padding: 14px 32px; border-radius: 8px; font-size: 16px; font-weight: 600; border: 1px solid var(--navy-600); cursor: pointer; transition: all 0.2s; display: inline-block; }
.btn-secondary:hover { border-color: var(--teal-400); color: var(--white); }
.hero-stats { display: flex; justify-content: center; gap: 3rem; margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--navy-700); }
.hero-stat { text-align: center; }
.hero-stat .num { font-size: 1.8rem; font-weight: 700; color: var(--white); }
.hero-stat .label { font-size: 13px; color: var(--gray-400); margin-top: 2px; }

/* SECTIONS */
section { padding: 5rem 2rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { display: inline-block; color: var(--teal-500); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 0.75rem; }
.section-title { font-size: 2.2rem; font-weight: 700; color: var(--gray-800); margin-bottom: 1rem; letter-spacing: -0.5px; }
.section-subtitle { font-size: 1.1rem; color: var(--gray-600); max-width: 600px; line-height: 1.7; }
.bg-light { background: var(--gray-100); }
.bg-dark { background: var(--navy-800); }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.feature-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 2rem; transition: all 0.2s; }
.feature-card:hover { border-color: var(--teal-400); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.feature-icon { width: 48px; height: 48px; background: var(--teal-100); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.feature-icon svg { width: 24px; height: 24px; stroke: var(--teal-500); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.6; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.price-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 2.5rem 2rem; position: relative; transition: all 0.2s; }
.price-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.price-card.featured { border: 2px solid var(--teal-500); }
.price-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--teal-500); color: var(--white); padding: 4px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.price-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.5rem; }
.price-card .price { font-size: 2.5rem; font-weight: 800; color: var(--navy-800); margin: 1rem 0 0.25rem; }
.price-card .price span { font-size: 1rem; font-weight: 400; color: var(--gray-400); }
.price-card .period { font-size: 0.85rem; color: var(--gray-400); margin-bottom: 1.5rem; }
.price-specs { list-style: none; margin-bottom: 2rem; }
.price-specs li { padding: 0.5rem 0; font-size: 0.95rem; color: var(--gray-600); border-bottom: 1px solid var(--gray-100); display: flex; align-items: center; gap: 8px; }
.price-specs li:last-child { border-bottom: none; }
.check { color: var(--teal-500); font-weight: 700; font-size: 1.1rem; }
.price-btn { display: block; width: 100%; padding: 12px; text-align: center; border-radius: 8px; font-weight: 600; font-size: 15px; border: none; cursor: pointer; transition: all 0.2s; }
.price-btn-primary { background: var(--teal-500); color: var(--white); }
.price-btn-primary:hover { background: #178A64; }
.price-btn-outline { background: transparent; color: var(--teal-500); border: 1.5px solid var(--teal-500); }
.price-btn-outline:hover { background: var(--teal-100); }

/* COMPARISON */
.comparison-table { width: 100%; border-collapse: collapse; margin-top: 3rem; font-size: 0.95rem; }
.comparison-table th { text-align: left; padding: 1rem; background: var(--navy-800); color: var(--white); font-weight: 600; }
.comparison-table th:first-child { border-radius: 8px 0 0 0; }
.comparison-table th:last-child { border-radius: 0 8px 0 0; }
.comparison-table td { padding: 0.85rem 1rem; border-bottom: 1px solid var(--gray-200); }
.comparison-table tr:nth-child(even) { background: var(--gray-100); }
.comparison-table .us { background: var(--teal-100); font-weight: 600; color: var(--teal-500); }

/* CONFIGURATOR */
.configurator { background: var(--navy-800); border-radius: 16px; padding: 2.5rem; margin-top: 3rem; display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; }
.config-left h3 { color: var(--white); font-size: 1.3rem; margin-bottom: 0.5rem; }
.config-left p { color: var(--gray-400); font-size: 0.9rem; margin-bottom: 1.5rem; }
.config-slider-group { margin-bottom: 1.5rem; }
.config-slider-group label { display: flex; justify-content: space-between; color: var(--teal-300); font-size: 0.85rem; font-weight: 600; margin-bottom: 0.5rem; }
.config-slider-group label span { color: var(--white); font-weight: 700; font-size: 1rem; }
.config-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 3px; background: var(--navy-700); outline: none; }
.config-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--teal-500); cursor: pointer; border: 3px solid var(--white); }
.config-slider::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--teal-500); cursor: pointer; border: 3px solid var(--white); }
.os-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-top: 1rem; }
.os-btn { background: var(--navy-700); color: var(--teal-300); border: 1px solid var(--navy-600); border-radius: 8px; padding: 10px; font-size: 0.85rem; font-weight: 500; cursor: pointer; transition: all 0.2s; text-align: center; font-family: inherit; }
.os-btn:hover { border-color: var(--teal-400); color: var(--white); }
.os-btn.active { background: var(--teal-500); color: var(--white); border-color: var(--teal-500); }
.config-summary { background: var(--navy-700); border-radius: 12px; padding: 2rem; height: fit-content; position: sticky; top: 100px; }
.config-summary h4 { color: var(--white); font-size: 1.1rem; margin-bottom: 1.25rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--navy-600); }
.config-line { display: flex; justify-content: space-between; padding: 0.5rem 0; font-size: 0.9rem; }
.config-line .lbl { color: var(--gray-400); }
.config-line .val { color: var(--white); font-weight: 600; }
.config-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid var(--navy-600); }
.config-total .lbl { color: var(--teal-300); font-size: 0.9rem; }
.config-total .val { color: var(--white); font-size: 1.8rem; font-weight: 800; }
.config-total .val span { font-size: 0.9rem; font-weight: 400; color: var(--gray-400); }
.config-order-btn { display: block; width: 100%; margin-top: 1.25rem; padding: 14px; background: var(--teal-500); color: var(--white); border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; font-family: inherit; transition: background 0.2s; }
.config-order-btn:hover { background: #178A64; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

/* HOW IT WORKS */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3rem; }
.step { text-align: center; }
.step-num { width: 48px; height: 48px; background: var(--teal-500); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; margin: 0 auto 1rem; }
.step h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; }
.step p { font-size: 0.9rem; color: var(--gray-600); }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; align-items: center; }
.about-text p { color: var(--gray-600); margin-bottom: 1rem; line-height: 1.7; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.about-value { background: var(--white); border: 1px solid var(--gray-200); border-radius: 10px; padding: 1.5rem; }
.about-value h4 { font-size: 1rem; font-weight: 600; margin-bottom: 0.35rem; color: var(--navy-800); }
.about-value p { font-size: 0.9rem; color: var(--gray-600); }

/* BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.blog-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; overflow: hidden; transition: all 0.2s; }
.blog-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.blog-thumb { height: 160px; background: linear-gradient(135deg, var(--navy-700), var(--navy-800)); display: flex; align-items: center; justify-content: center; }
.blog-thumb svg { width: 48px; height: 48px; stroke: var(--teal-400); fill: none; stroke-width: 1.5; }
.blog-body { padding: 1.5rem; }
.blog-tag { font-size: 12px; font-weight: 600; color: var(--teal-500); text-transform: uppercase; letter-spacing: 0.5px; }
.blog-card h3 { font-size: 1.05rem; font-weight: 600; margin: 0.5rem 0; }
.blog-card p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.6; }
.blog-date { font-size: 0.8rem; color: var(--gray-400); margin-top: 0.75rem; }

/* STATUS */
.status-list { margin-top: 2rem; }
.status-item { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 1rem 1.5rem; background: var(--white); border: 1px solid var(--gray-200); border-radius: 8px; margin-bottom: 0.75rem; }
.status-item .name { font-weight: 600; text-align: left; }
.status-badge { padding: 4px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; text-align: center; justify-self: center; }
.status-up { background: var(--teal-100); color: var(--teal-500); }
.status-down { background: #FEE2E2; color: #DC2626; }
.status-item .uptime { font-size: 0.9rem; color: var(--gray-400); text-align: right; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.contact-form input, .contact-form textarea { padding: 12px 16px; border: 1px solid var(--gray-200); border-radius: 8px; font-size: 15px; font-family: inherit; transition: border-color 0.2s; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--teal-400); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-info h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 1rem; }
.contact-info p { color: var(--gray-600); margin-bottom: 0.75rem; line-height: 1.6; }
.contact-info a:not(.btn-primary) { color: var(--teal-500); font-weight: 500; }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-700) 100%); padding: 4rem 2rem; text-align: center; }
.cta-banner h2 { font-size: 2rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.cta-banner p { color: var(--teal-300); font-size: 1.1rem; margin-bottom: 2rem; }

/* FOOTER */
footer { background: var(--navy-900); padding: 3rem 2rem 2rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
.footer-brand .logo { margin-bottom: 0.75rem; display: inline-block; }
.footer-brand p { color: var(--gray-400); font-size: 0.9rem; line-height: 1.6; max-width: 280px; }
.footer-col h4 { color: var(--white); font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; }
.footer-col a { display: block; color: var(--gray-400); font-size: 0.9rem; margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--teal-400); }
.footer-bottom { border-top: 1px solid var(--navy-700); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { color: var(--gray-400); font-size: 0.85rem; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .mobile-menu { display: block; }
  .hero h1 { font-size: 2.2rem; }
  .hero-stats { flex-direction: column; gap: 1.5rem; }
  .features-grid, .pricing-grid, .blog-grid, .u-9 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .comparison-table { font-size: 0.8rem; }
  .comparison-table th, .comparison-table td { padding: 0.6rem; }
  .configurator { grid-template-columns: 1fr; }
  .os-selector { grid-template-columns: 1fr 1fr; }
}

/* SMOOTH SCROLL */
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
/* Utility classes extracted from inline styles */
.u-0 { background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:2.5rem;text-align:left;transition:all 0.2s; }
.u-1 { border:none;cursor:pointer; }
.u-2 { color:var(--gray-400);font-size:0.9rem; }
.u-3 { color:var(--gray-600);margin-bottom:2rem; }
.u-4 { color:var(--gray-600);margin-top:0.5rem; }
.u-5 { color:var(--teal-300);font-size:0.85rem;font-weight:600; }
.u-6 { color:var(--teal-300);font-size:0.85rem;font-weight:600;margin-top:1rem;display:block; }
.u-7 { color:var(--teal-400);font-weight:700; }
.u-8 { color:var(--teal-500);font-weight:600; }
.u-9 { display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto; }
.u-10 { display:inline-block;padding:12px 28px;font-size:15px;text-align:center; }
.u-11 { display:none;margin-top:0.25rem; }
.u-12 { font-size:0.95rem;color:var(--gray-600);line-height:1.6;margin-bottom:1.25rem; }
.u-13 { font-size:1.3rem;font-weight:700;margin-bottom:0.5rem; }
.u-14 { font-size:1.5rem;font-weight:700;margin-top:0.5rem; }
.u-15 { list-style:none;margin-bottom:1.5rem; }
.u-16 { margin-top:0.5rem; }
.u-17 { margin-top:1.5rem; }
.u-18 { margin-top:4rem;font-size:1.4rem;font-weight:700; }
.u-19 { margin-top:4rem;text-align:center; }
.u-20 { margin:0 auto 2.5rem; }
.u-21 { padding:0.35rem 0;font-size:0.9rem;color:var(--gray-600);display:flex;align-items:center;gap:8px; }
.u-22 { padding:12px 16px;border:1px solid var(--gray-200);border-radius:8px;font-size:15px;font-family:inherit;color:var(--gray-600); }
.u-23 { position:absolute;left:-9999px;top:-9999px; }
.u-24 { text-align:center;margin-top:2rem; }
.u-25 { text-align:center;margin-top:3rem; }
.u-26 { text-decoration:none;color:inherit; }
.u-27 { width:48px;height:48px;background:var(--teal-100);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem; }

.billing-discount { font-size: 11px; color: var(--teal-400); }
                                                                  