:root {
  --ink: #171817;
  --muted: #626763;
  --paper: #f4f5f4;
  --white: #fff;
  --green: #4d9c70;
  --green-dark: #317351;
  --blue: #079bd7;
  --blue-dark: #0675a2;
  --orange: #ed773f;
  --orange-dark: #c95225;
  --line: #dcdedc;
  --dark: #1e1a18;
  --graphite: #5f5b5a;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, select, textarea { font: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; height: 82px; display: flex; align-items: center; gap: 32px; padding: 0 clamp(20px, 5vw, 80px); background: rgba(244,246,243,.93); border-bottom: 1px solid rgba(17,21,18,.08); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: block; flex: 0 0 auto; border-radius: 10px 3px 10px 3px; background-repeat: no-repeat; background-size: 132% auto; background-position: center 3%; box-shadow: 0 4px 15px rgba(20,20,20,.12); }
.brand-mark-light { background-image: url('cybordata-light.jpg'); }
.brand-mark-dark { background-image: url('cybordata-dark.jpg'); }
.brand b { display: block; font: 700 18px/1 'Space Grotesk'; letter-spacing: .05em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .27em; }
.site-header nav { display: flex; gap: 28px; font-size: 14px; font-weight: 700; }
.site-header nav a:hover, .footer-links a:hover { color: var(--blue-dark); }
.menu-button { display: none; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; color: #fff; background: var(--green); border: 0; border-radius: 10px 3px 10px 3px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(49,115,81,.2); }
.button-blue { background: var(--blue); }
.button-blue:hover { background: var(--blue-dark); box-shadow: 0 12px 28px rgba(7,155,215,.2); }
.button-instagram { background: var(--orange); white-space: nowrap; }
.button-instagram:hover { background: var(--orange-dark); box-shadow: 0 12px 28px rgba(237,119,63,.22); }
.header-cta { background: var(--green); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); align-items: center; gap: clamp(40px, 7vw, 110px); padding: clamp(70px, 9vw, 130px) clamp(20px, 7vw, 110px); overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; line-height: 1.08; }
h1 { max-width: 800px; margin: 0; font-size: clamp(3.25rem, 6.7vw, 7.3rem); letter-spacing: -.065em; }
h1 em { color: var(--blue-dark); font-style: normal; }
.hero-lead { max-width: 650px; margin: 30px 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { font-weight: 800; border-bottom: 1px solid var(--ink); }
.text-link span { margin-left: 8px; color: var(--orange-dark); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font: 600 14px 'Space Grotesk'; }
.trust-row span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.hero-panel { position: relative; min-height: 570px; display: flex; flex-direction: column; padding: 24px; color: #f4f3f2; background: var(--dark); border-radius: 42px 8px 42px 8px; box-shadow: 0 34px 80px rgba(30,26,24,.2); overflow: hidden; }
.hero-panel::before { content:""; position:absolute; inset:0; opacity:.12; background-image: linear-gradient(rgba(7,155,215,.75) 1px, transparent 1px), linear-gradient(90deg, rgba(77,156,112,.75) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-panel::after { content:""; position:absolute; left:0; right:0; bottom:0; height:5px; background: linear-gradient(90deg, var(--green) 0 33%, var(--blue) 33% 66%, var(--orange) 66%); }
.panel-top, .panel-status { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; font: 700 10px 'Space Grotesk'; letter-spacing: .13em; }
.panel-top i, .panel-status i { display: inline-block; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 14px var(--orange); }
.panel-core { position: relative; flex: 1; display: grid; place-items: center; align-content: center; text-align: center; }
.official-logo-frame { position: relative; z-index: 2; width: min(82%, 360px); overflow: hidden; border-radius: 30px 7px 30px 7px; box-shadow: 0 24px 70px rgba(0,0,0,.35); transform: rotate(-2deg); }
.official-logo-frame img { display: block; width: 100%; height: auto; }
.panel-core p { position: relative; z-index: 2; margin-top: 34px; color: #9ead9f; font: 600 11px/1.9 'Space Grotesk'; letter-spacing: .16em; }
.orbit { position: absolute; border: 1px solid rgba(7,155,215,.3); border-radius: 50%; }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 430px; height: 430px; border-style: dashed; }
.panel-status { color: #94a097; }
.panel-status span { display: flex; align-items: center; gap: 8px; }
.section { padding: clamp(80px, 10vw, 150px) clamp(20px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; align-items: end; margin-bottom: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2, .process h2, .contact h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.7rem); letter-spacing: -.05em; }
.section-heading > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-card { grid-column: span 2; min-height: 330px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 20px 5px 20px 5px; transition: transform .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: var(--blue); }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; min-height: 250px; }
.service-card.featured { color: #eaf2eb; background: var(--dark); border-color: var(--dark); }
.service-number { float: right; color: #96a097; font: 600 12px 'Space Grotesk'; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 34px; color: #fff; background: var(--blue); border-radius: 13px 4px 13px 4px; font: 700 25px 'Space Grotesk'; }
.service-card:nth-child(2) .service-icon, .service-card:nth-child(5) .service-icon { background: var(--orange); }
.service-card:nth-child(3) .service-icon, .service-card:nth-child(4) .service-icon { background: var(--green); }
.service-card h3 { margin: 0 0 14px; font-size: 23px; }
.service-card p { margin: 0; color: var(--muted); }
.featured p { color: #aab5ac; }
.service-card ul { margin: 22px 0 0; padding: 0; list-style: none; color: #d9e1da; font-size: 13px; }
.service-card li::before { content:"+"; margin-right: 10px; color: var(--green); }
.catalog { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 8vw, 120px); color: #f7f7f7; background: var(--dark); }
.catalog h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.2rem); letter-spacing: -.055em; }
.catalog-copy > p:not(.eyebrow) { max-width: 660px; margin: 28px 0; color: #b7b4b2; font-size: 18px; }
.catalog-actions { display: flex; align-items: center; gap: 22px; }
.catalog-actions > span { max-width: 250px; color: #969290; font-size: 12px; line-height: 1.5; }
.catalog-panel { position: relative; padding: clamp(24px, 4vw, 42px); background: #292422; border: 1px solid #45403e; border-radius: 34px 8px 34px 8px; overflow: hidden; }
.catalog-panel::before { content:""; position:absolute; inset:0 0 auto; height:4px; background: linear-gradient(90deg, var(--green) 0 33%, var(--blue) 33% 66%, var(--orange) 66%); }
.catalog-panel-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 20px; color: #aaa6a4; border-bottom: 1px solid #45403e; font: 700 10px 'Space Grotesk'; letter-spacing: .13em; }
.catalog-panel-head strong { color: #fff; }
.catalog-categories { display: grid; gap: 0; }
.catalog-categories span { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid #45403e; font: 600 17px 'Space Grotesk'; }
.catalog-categories span:last-child { border-bottom: 0; }
.catalog-categories b { color: var(--orange); font-size: 11px; letter-spacing: .1em; }
.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); color: #ecf2ed; background: var(--dark); }
.eyebrow.light { color: var(--green); }
.process-intro > p:last-child { max-width: 550px; color: #9ca8a0; font-size: 18px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 25px 0; border-top: 1px solid #333a35; }
.steps li:last-child { border-bottom: 1px solid #333a35; }
.steps > li > span { color: var(--green); font: 600 12px 'Space Grotesk'; }
.steps h3 { margin: 0 0 7px; font-size: 22px; }
.steps p { margin: 0; color: #9ca8a0; }
.instagram { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(28px, 5vw, 70px); padding-top: clamp(65px, 8vw, 105px); padding-bottom: clamp(65px, 8vw, 105px); background: linear-gradient(120deg, #fff 0 70%, #fff0e9 100%); border-bottom: 1px solid var(--line); }
.instagram-mark { width: clamp(90px, 10vw, 150px); aspect-ratio: 1; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--blue), var(--green) 48%, var(--orange)); border-radius: 36px 9px 36px 9px; font: 700 clamp(3.5rem, 7vw, 7rem)/1 'Space Grotesk'; box-shadow: 0 22px 55px rgba(7,155,215,.18); }
.instagram h2 { max-width: 770px; margin: 0; font-size: clamp(2rem, 3.5vw, 4rem); letter-spacing: -.045em; }
.instagram p:not(.eyebrow) { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.contact-card { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(40px, 8vw, 110px); padding: clamp(35px, 6vw, 80px); background: var(--white); border: 1px solid var(--line); border-radius: 32px 8px 32px 8px; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 18px; }
.location { display: flex; gap: 16px; margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); }
.location > span { color: var(--blue-dark); font-size: 28px; }
.location strong { font: 600 18px 'Space Grotesk'; }
.location p { margin: 2px 0; color: var(--muted); font-size: 14px; }
.contact-form { display: flex; flex-direction: column; justify-content: center; padding: 28px; background: var(--paper); border-radius: 20px 5px 20px 5px; }
.contact-form label { margin: 14px 0 7px; font-size: 13px; font-weight: 800; }
.contact-form select, .contact-form textarea { width: 100%; padding: 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 8px; outline: none; }
.contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-dark); box-shadow: 0 0 0 3px rgba(7,155,215,.14); }
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form .button { margin-top: 18px; }
.contact-form small { margin-top: 10px; color: var(--muted); text-align: center; }
footer { display: grid; grid-template-columns: 1.1fr 1fr auto auto; align-items: center; gap: 40px; padding: 45px clamp(20px, 7vw, 110px); color: #aab4ac; background: #0a0d0b; font-size: 13px; }
.footer-brand { color: white; }
.footer-links { display: flex; gap: 22px; color: #e4eae5; font-weight: 700; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 10; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--green); border: 4px solid var(--paper); border-radius: 50%; font: 800 13px 'Space Grotesk'; box-shadow: 0 10px 28px rgba(0,0,0,.2); }
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-panel { min-height: 480px; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
  .catalog, .process, .contact-card { grid-template-columns: 1fr; }
  .instagram { grid-template-columns: auto 1fr; }
  .instagram .button { grid-column: 2; justify-self: start; }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .site-header { height: 72px; }
  .header-cta { display: none; }
  .menu-button { display: block; padding: 9px 12px; background: transparent; border: 1px solid var(--line); border-radius: 7px; font-weight: 800; }
  .site-header nav { position: absolute; left: 20px; right: 20px; top: 64px; display: none; flex-direction: column; gap: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.12); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 12px; }
  .hero { min-height: auto; padding-top: 60px; }
  h1 { font-size: clamp(3rem, 15vw, 5.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { grid-template-columns: 1fr; }
  .hero-panel { min-height: 420px; border-radius: 26px 7px 26px 7px; }
  .official-logo-frame { width: min(86%, 300px); }
  .orbit-one { width: 240px; height: 240px; }
  .orbit-two { width: 340px; height: 340px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { grid-column: auto; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: 1 / -1; min-height: auto; }
  .catalog-actions { align-items: flex-start; flex-direction: column; }
  .catalog-panel-head { flex-direction: column; }
  .instagram { grid-template-columns: 1fr; }
  .instagram-mark { width: 92px; }
  .instagram .button { grid-column: auto; justify-self: stretch; }
  .contact-card { padding: 28px 18px; }
  .contact-form { padding: 18px; }
  footer { grid-template-columns: 1fr; gap: 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
