:root {
  --ink: #132f2b;
  --ink-soft: #3d5752;
  --green: #35d49a;
  --green-dark: #17aa79;
  --mint: #e6fbf3;
  --cream: #f7f8f3;
  --white: #ffffff;
  --line: #dbe5df;
  --navy: #0e2b27;
  --orange: #ff835c;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(23, 67, 58, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.menu-open::before { content: ""; position: fixed; z-index: 90; inset: 0; background: rgba(9, 30, 27, .38); }
a { color: inherit; text-decoration: none; cursor: pointer; }
button, input, textarea { font: inherit; }
button, select, [role="button"] { cursor: pointer; }
input, textarea { cursor: text; }
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] { cursor: pointer; }
button:disabled, input:disabled, textarea:disabled, select:disabled { cursor: not-allowed; }
.service-card, .project-card, .browser-card, .about-photo { cursor: default; }
.hero-visual, .about-visual, .project-preview, .service-icon, .step-icon, .logo-mark { user-select: none; -webkit-user-select: none; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 999; background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; background: rgba(247, 248, 243, .84); border-bottom: 1px solid rgba(219, 229, 223, .7); backdrop-filter: blur(16px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; min-height: 44px; align-items: center; gap: 11px; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.5px; }
.logo-mark { position: relative; display: inline-grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; background: var(--ink); transform: rotate(-8deg); }
.logo-mark::before, .logo-mark::after, .logo-mark span { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.logo-mark::before { transform: translate(-6px, -5px); }.logo-mark::after { transform: translate(6px, 5px); }.logo-mark span { width: 9px; height: 9px; }
.main-nav { display: flex; align-items: center; gap: 36px; font-weight: 600; font-size: 14px; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--green-dark); transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; color: white; padding: 11px 18px; background: var(--ink); border-radius: 999px; transition: transform .2s, background .2s; }
.nav-cta:hover { background: var(--green-dark); transform: translateY(-2px); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--ink); padding: 12px 10px; }
.nav-toggle span { display: block; height: 2px; margin: 4px; background: white; transition: .25s; }

.hero { position: relative; overflow: hidden; padding-top: 170px; padding-bottom: 65px; }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; right: -280px; top: 40px; border-radius: 50%; background: radial-gradient(circle, rgba(53,212,154,.15), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 76px; min-height: 530px; }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -2.5px; line-height: 1.08; }
h1 { max-width: 680px; font-size: clamp(52px, 6vw, 82px); font-weight: 800; }
.highlight { position: relative; display: inline-block; z-index: 1; }
.highlight::after { content: ""; position: absolute; z-index: -1; left: -6px; right: -10px; bottom: 4px; height: .34em; background: var(--green); transform: rotate(-1deg); border-radius: 2px; }
.hero-lead { max-width: 590px; margin: 28px 0 32px; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; border: 0; border-radius: 999px; padding: 16px 23px; font-weight: 700; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 28px rgba(19,47,43,.2); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 14px 34px rgba(23,170,121,.24); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding: 8px 0 2px; }
.hero-proof { display: flex; align-items: center; gap: 0; margin-top: 46px; }
.hero-proof div { display: flex; flex-direction: column; padding: 0 25px; border-right: 1px solid var(--line); }
.hero-proof div:first-child { padding-left: 0; }.hero-proof div:last-child { border: 0; }
.hero-proof strong { font: 800 18px/1.2 "Manrope", sans-serif; }.hero-proof span { color: #6e817d; font-size: 11px; white-space: nowrap; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(53, 212, 154, .35); border-radius: 50%; }
.orbit-one { width: 475px; height: 475px; }.orbit-two { width: 365px; height: 365px; }
.browser-card { position: relative; z-index: 2; width: min(470px, 100%); aspect-ratio: .94; overflow: hidden; background: white; border: 1px solid white; border-radius: 25px; box-shadow: var(--shadow); transform: rotate(2deg); }
.browser-bar { height: 42px; display: flex; align-items: center; padding: 0 15px; background: #f5f5f1; }
.browser-dots { display: flex; gap: 5px; }.browser-dots span { width: 6px; height: 6px; border-radius: 50%; background: #cad2cf; }
.browser-address { width: 150px; margin: 0 auto; padding: 4px 14px; color: #96a39f; background: white; border-radius: 20px; font-size: 8px; text-align: center; }
.browser-content { position: relative; height: calc(100% - 42px); padding: 25px 30px; background: linear-gradient(138deg, #eef7f2 0 63%, #d3eee4 63%); overflow: hidden; }
.mini-nav { display: flex; gap: 16px; align-items: center; }.mini-nav span { width: 26px; height: 3px; border-radius: 4px; background: #9aaba5; }.mini-nav .mini-logo { width: 24px; height: 10px; margin-right: auto; background: var(--ink); }
.mini-tag { margin-top: 72px; font-size: 7px; font-weight: 700; letter-spacing: 1px; }
.mini-title { margin-top: 8px; }.mini-title span { display: block; width: 48%; height: 23px; margin-bottom: 5px; background: var(--ink); border-radius: 2px; }.mini-title span:last-child { width: 39%; }
.mini-text { margin-top: 14px; }.mini-text span { display: block; width: 40%; height: 5px; margin-bottom: 5px; background: #91a49e; border-radius: 5px; }.mini-text span:last-child { width: 31%; }
.mini-button { width: 72px; height: 22px; margin-top: 20px; background: var(--orange); border-radius: 20px; }
.mini-product { position: absolute; width: 240px; height: 280px; right: -20px; bottom: -25px; }
.product-ring { position: absolute; width: 220px; height: 220px; inset: 25px 0 0 10px; border: 28px solid rgba(255,255,255,.62); border-radius: 50%; transform: rotate(-17deg) skewY(-12deg); }
.product-shape { position: absolute; width: 93px; height: 200px; left: 82px; top: 20px; border-radius: 44px 44px 25px 25px; background: linear-gradient(90deg, #eb7957, #ffb78d 48%, #e76d4d); box-shadow: inset -15px -8px 25px rgba(88,32,19,.16), 0 18px 30px rgba(88,32,19,.15); transform: rotate(13deg); }
.floating-card { position: absolute; z-index: 4; display: flex; gap: 10px; align-items: center; padding: 11px 15px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid white; border-radius: 14px; box-shadow: 0 12px 34px rgba(23,67,58,.13); backdrop-filter: blur(10px); }
.floating-card strong, .floating-card small { display: block; line-height: 1.25; }.floating-card strong { font-size: 14px; }.floating-card small { color: #81908d; font-size: 9px; }
.floating-icon { display: grid; width: 27px; height: 27px; place-items: center; color: white; background: var(--green-dark); border-radius: 8px; font-size: 14px; }.speed-card { left: -10px; top: 88px; transform: rotate(-5deg); }
.mobile-card { right: -20px; bottom: 75px; transform: rotate(3deg); }.phone-icon { display: block; width: 20px; height: 29px; border: 2px solid var(--green-dark); border-radius: 5px; }.phone-icon::after { content: ""; display: block; width: 3px; height: 3px; margin: 20px auto 0; border-radius: 50%; background: var(--green-dark); }
.trusted-row { display: flex; align-items: center; gap: 40px; padding-top: 55px; color: #81908d; font-size: 12px; text-transform: uppercase; letter-spacing: 1.1px; }
.tech-list { display: flex; align-items: center; gap: 42px; color: #647773; font: 700 16px "Manrope", sans-serif; letter-spacing: -.4px; text-transform: none; white-space: nowrap; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; align-items: center; }
.about-visual { position: relative; }
.about-photo { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-lg); background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.2), transparent 20%), linear-gradient(140deg, #1b4d44, #102e2a 62%); box-shadow: var(--shadow); }
.about-photo::before { content: ""; position: absolute; width: 360px; height: 360px; left: -100px; bottom: -130px; border: 55px solid var(--green); border-radius: 50%; opacity: .8; }
.about-photo::after { content: ""; position: absolute; width: 250px; height: 1px; right: -20px; top: 130px; background: rgba(255,255,255,.28); transform: rotate(-35deg); box-shadow: 0 50px 0 rgba(255,255,255,.16), 0 100px 0 rgba(255,255,255,.11); }
.desk-card { position: absolute; z-index: 2; border-radius: 18px; box-shadow: 0 15px 45px rgba(0,0,0,.18); }
.card-code { left: 60px; top: 72px; width: 265px; height: 170px; padding: 26px; color: white; background: #203a36; transform: rotate(-7deg); }.card-code span { display: block; color: var(--green); font-size: 11px; }.card-code code { display: block; margin-top: 38px; font-size: 16px; }
.card-note { right: 45px; top: 190px; width: 210px; height: 245px; padding: 27px; color: var(--ink); background: var(--green); transform: rotate(8deg); }.card-note span { font-size: 11px; font-weight: 700; }.card-note strong { display: block; margin-top: 62px; font: 800 27px/1.08 "Manrope", sans-serif; letter-spacing: -1.5px; }
.card-grid { left: 75px; bottom: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; width: 180px; height: 130px; padding: 20px; background: #f7f8f3; transform: rotate(4deg); }.card-grid i { border-radius: 6px; background: #d9e4df; }.card-grid i:nth-child(2), .card-grid i:nth-child(3) { background: var(--orange); }
.experience-badge { position: absolute; z-index: 5; right: -40px; bottom: -35px; display: flex; gap: 10px; align-items: center; width: 180px; height: 100px; padding: 20px; background: white; border-radius: 20px; box-shadow: var(--shadow); }.experience-badge strong { font: 800 38px "Manrope", sans-serif; }.experience-badge span { color: #647773; font-size: 11px; line-height: 1.35; text-transform: uppercase; }
.section-label { margin-bottom: 24px; color: var(--green-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.7px; }
.section-label.light { color: var(--green); }
h2 { font-size: clamp(40px, 4.5vw, 60px); font-weight: 800; }
h2 span { color: var(--green-dark); }
.about-copy > p { max-width: 570px; margin: 24px 0 0; color: var(--ink-soft); font-size: 16px; }
.check-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; font-weight: 600; font-size: 14px; }.check-list li { display: flex; gap: 11px; align-items: center; }.check-list span { display: grid; width: 22px; height: 22px; place-items: center; color: var(--ink); background: var(--green); border-radius: 50%; font-size: 11px; }

.services { background: #eff4ef; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 420px; padding: 33px; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .46s cubic-bezier(.22,1,.36,1), box-shadow .46s cubic-bezier(.22,1,.36,1), border-color .3s ease; }.service-card:hover { transform: translateY(-8px); border-color: rgba(53,212,154,.45); box-shadow: 0 20px 55px rgba(23,67,58,.1); }
.service-card.featured { color: white; background: var(--ink); border-color: var(--ink); transform: translateY(-14px); }.service-card.featured:hover { transform: translateY(-22px); }
.service-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 52px; }.service-number { color: #82918e; font-size: 11px; }.service-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--ink); background: var(--mint); border-radius: 16px; font-weight: 800; transition: transform .46s cubic-bezier(.22,1,.36,1), background-color .3s ease; }.service-card:hover .service-icon { transform: rotate(4deg) scale(1.05); }.featured .service-icon { color: var(--ink); background: var(--green); }
.service-card h3 { font-size: 25px; letter-spacing: -1px; }.service-card p { min-height: 82px; margin: 19px 0 25px; color: #657773; font-size: 14px; }.featured p { color: #afc0bc; }
.service-card ul { display: grid; gap: 8px; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 13px; font-weight: 600; }.featured ul { border-color: rgba(255,255,255,.16); }.service-card li::before { content: "→"; margin-right: 9px; color: var(--green-dark); }.featured li::before { color: var(--green); }

.process { position: relative; overflow: hidden; background: var(--cream); }
.process::after { content: "KODERNA"; position: absolute; right: -55px; bottom: -90px; color: transparent; font: 800 170px/1 "Manrope", sans-serif; letter-spacing: -10px; -webkit-text-stroke: 1px rgba(19,47,43,.06); pointer-events: none; }
.process-heading { position: relative; z-index: 1; }
.process-track { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 15px; }
.process-step { position: relative; min-height: 350px; padding: 0 28px 28px 0; }
.process-step:not(:first-child) { padding-left: 28px; }
.step-marker { display: flex; align-items: center; width: calc(100% + 28px); margin-bottom: 42px; color: var(--green-dark); font: 800 11px "Manrope", sans-serif; letter-spacing: 1px; }
.step-marker span { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; color: white; background: var(--ink); border-radius: 50%; box-shadow: 0 0 0 8px var(--cream); }
.step-marker i { display: block; width: 100%; height: 1px; background: repeating-linear-gradient(90deg, #bacbc5 0 5px, transparent 5px 10px); }
.process-step:last-child .step-marker { width: auto; }
.step-icon { display: grid; width: 48px; height: 48px; margin-bottom: 24px; place-items: center; color: var(--ink); background: var(--mint); border: 1px solid #cee9de; border-radius: 15px; font: 800 20px "Manrope", sans-serif; transform: rotate(-3deg); }
.process-step:nth-child(even) .step-icon { color: white; background: var(--ink); border-color: var(--ink); transform: rotate(3deg); }
.process-step:nth-child(even) .lightning-icon { transform: none; }
.step-icon.code-icon { font-size: 13px; }
.process-step h3 { font-size: 21px; letter-spacing: -.8px; }
.process-step > p { margin: 15px 0 24px; color: #667a75; font-size: 13px; line-height: 1.75; }
.step-time { display: inline-flex; padding: 5px 10px; color: #688078; background: white; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.process-note { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; margin-top: 24px; padding: 20px 24px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.process-note p { margin: 0; color: #667a75; font-size: 13px; }.process-note p strong { color: var(--ink); }
.note-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(53,212,154,.15); }
.process-note a { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; margin-left: auto; font-size: 12px; font-weight: 800; }

.projects { background: white; }
.projects-heading { align-items: end; }
.projects-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px 24px; }
.project-wide { grid-column: span 2; }
.project-preview { position: relative; overflow: hidden; border-radius: var(--radius); transition: transform .35s; }.project-card:hover .project-preview { transform: scale(.99); }
.project-image { aspect-ratio: 3 / 2; padding: 0; background: #eaf3ee; }.project-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,1,.36,1); }.project-card:hover .project-image img { transform: scale(1.025); }
.preview-orbit { padding: 58px 8% 0; background: #d9e2ff; }.mock-window { height: 430px; overflow: hidden; border-radius: 16px 16px 0 0; box-shadow: 0 20px 50px rgba(34,47,91,.18); }.orbit-window { position: relative; color: white; background: #1b2759; }.mock-top { position: relative; z-index: 2; display: flex; gap: 22px; align-items: center; height: 52px; padding: 0 22px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 11px; }.mock-top span { margin-right: auto; font-weight: 800; }.mock-top i { width: 38px; height: 3px; background: rgba(255,255,255,.4); }
.orbit-copy { position: relative; z-index: 2; padding: 62px; }.orbit-copy small { color: #a9b8ef; letter-spacing: 1px; }.orbit-copy strong { display: block; margin-top: 12px; font: 700 50px/1 "Manrope", sans-serif; letter-spacing: -2px; }.orbit-copy .mock-button { display: inline-block; margin-top: 27px; padding: 10px 18px; color: #1b2759; border-radius: 20px; background: #ffcf5c; font-size: 10px; font-weight: 700; }.planet { position: absolute; width: 390px; height: 390px; right: -60px; bottom: -140px; border-radius: 50%; background: radial-gradient(circle at 37% 32%, #9ed4ff, #6579d7 52%, #3a438c); box-shadow: inset -40px -30px 90px rgba(8,13,51,.45); }.planet::before { content: ""; position: absolute; inset: 49% -50px auto; height: 20px; border: 18px solid #ffcf5c; border-radius: 50%; transform: rotate(-11deg); }.planet span { position: absolute; inset: 0; border-radius: 50%; box-shadow: inset 32px 8px 0 rgba(255,255,255,.09); }
.project-info { display: flex; justify-content: space-between; align-items: center; padding: 21px 5px 0; }.project-info h3 { margin-top: 7px; font-size: 20px; letter-spacing: -.7px; }.project-info p { margin: 5px 0 0; color: #7a8a87; font-size: 12px; }.concept-badge { display: inline-flex; padding: 5px 9px; color: #167a5b; background: #e5f7ef; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }.project-arrow { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .2s; }.project-card:hover .project-arrow { color: white; background: var(--ink); transform: rotate(8deg); }
.preview-mori { min-height: 510px; display: grid; place-items: center; background: #f0dec4; }.mori-word { position: absolute; top: 32px; left: 35px; color: #7b8954; font: 800 18px "Manrope", sans-serif; letter-spacing: 4px; }.mori-bottle { position: relative; z-index: 2; width: 150px; height: 270px; display: grid; place-items: center; color: #687449; background: linear-gradient(90deg, #d6dfad, #f4f4d7 43%, #cbd5a0); border-radius: 72px 72px 35px 35px; box-shadow: inset -18px -10px 30px rgba(68,78,41,.12), 0 30px 50px rgba(92,75,45,.18); transform: rotate(8deg); }.mori-bottle::before { content: ""; position: absolute; width: 80px; height: 44px; top: -36px; border-radius: 10px 10px 4px 4px; background: #6d7952; }.mori-bottle span { text-align: center; font: 800 24px/1 "Manrope"; letter-spacing: 4px; }.mori-bottle small { font-size: 9px; letter-spacing: 2px; }
.mori-leaf { position: absolute; width: 105px; height: 230px; border-radius: 100% 0 100% 0; background: #82945c; }.leaf-one { left: 35px; bottom: -60px; transform: rotate(-16deg); }.leaf-two { right: 14px; top: -75px; transform: rotate(120deg); background: #a4b179; }
.preview-north { min-height: 510px; padding: 45px; color: white; background: #df624a; }.north-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 60px 60px; }.north-logo { position: relative; font: 800 26px "Manrope"; }.preview-north strong { position: absolute; z-index: 1; left: 45px; bottom: 65px; font: 800 60px/.9 "Manrope"; letter-spacing: -4px; }.north-pill { position: absolute; right: 35px; top: 38px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.65); border-radius: 20px; font-size: 8px; letter-spacing: 1px; }

.testimonial { padding-top: 10px; background: white; }
.testimonial-shell { position: relative; display: grid; grid-template-columns: 80px 1fr 210px; gap: 35px; align-items: center; min-height: 390px; overflow: hidden; padding: 65px 70px; color: white; background: var(--ink); border-radius: var(--radius-lg); }
.testimonial-shell::before { content: ""; position: absolute; width: 330px; height: 330px; right: -145px; top: -140px; border: 50px solid rgba(53,212,154,.13); border-radius: 50%; }
.testimonial-section-label, .contact-section-label { margin-bottom: 28px; }
.quote-mark { align-self: start; color: var(--green); font: 800 100px/.75 Georgia, serif; }
.testimonial blockquote { position: relative; z-index: 2; margin: 0; }
.testimonial-demo { display: block; margin-bottom: 14px; color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.1px; }
.testimonial blockquote > p { max-width: 710px; margin: 0; font: 600 clamp(24px, 2.4vw, 35px)/1.45 "Manrope", sans-serif; letter-spacing: -1.3px; }
.testimonial blockquote footer { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.client-avatar { display: grid; width: 44px; height: 44px; place-items: center; color: var(--ink); background: var(--green); border-radius: 50%; font: 800 11px "Manrope", sans-serif; }
.testimonial blockquote footer strong, .testimonial blockquote footer span { display: block; }.testimonial blockquote footer strong { font-size: 13px; }.testimonial blockquote footer span { margin-top: 2px; color: #9db1ac; font-size: 11px; }
.quote-result { position: relative; z-index: 2; padding: 25px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.05); backdrop-filter: blur(6px); }
.quote-result > span { color: #9db1ac; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }.quote-result strong { display: block; margin-top: 10px; color: var(--green); font: 800 52px/1 "Manrope", sans-serif; letter-spacing: -3px; }.quote-result p { margin: 8px 0 0; color: #c4d0cd; font-size: 12px; line-height: 1.45; }
.testimonial-word { position: absolute; right: 25px; bottom: -31px; color: rgba(255,255,255,.035); font: 800 105px/1 "Manrope", sans-serif; letter-spacing: -7px; }

.contact { padding-bottom: 55px; background: white; }
.contact-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 75px; color: white; background: var(--navy); border-radius: 34px; }
.contact-copy h2 { font-size: clamp(40px, 4vw, 58px); }.contact-copy h2 span { color: var(--green); }.contact-copy > p { max-width: 490px; margin: 25px 0 30px; color: #aec0bb; }.contact-links { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 12px 24px; }.contact-link { display: inline-flex; min-height: 44px; gap: 14px; align-items: center; padding: 8px 0 3px; border-bottom: 1px solid var(--green); font-weight: 700; }.contact-link span { color: var(--green); }
.phone-contact { display: flex; flex-direction: column; align-items: flex-start; }.phone-contact small { margin-top: 4px; color: #8fa8a2; font-size: 10px; letter-spacing: .2px; }
.contact-link { transition: color .2s ease, transform .2s ease; }.contact-link:hover { color: var(--green); transform: translateY(-2px); }
.contact-form { padding: 34px; color: var(--ink); background: white; border-radius: 24px; box-shadow: 0 25px 55px rgba(0,0,0,.15); }
.field { margin-bottom: 20px; }.field label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #cfdad6; border-radius: 0; padding: 9px 0 12px; outline: 0; color: var(--ink); background: transparent; transition: border .2s; }.field textarea { resize: vertical; min-height: 92px; }.field input:focus, .field textarea:focus { border-color: var(--green-dark); }.field input::placeholder, .field textarea::placeholder { color: #9aa7a4; font-size: 13px; }
.button-form { width: 100%; margin-top: 5px; color: white; background: var(--ink); }.button-form:hover { background: var(--green-dark); }.button-form:disabled { opacity: .72; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.form-status { min-height: 22px; margin: 10px 0 -10px; color: #647570; font-size: 12px; text-align: center; }.form-status.is-success { color: #167a5b; }.form-status.is-error { color: #b33a3a; }

.footer { padding: 55px 0 25px; color: white; background: #091e1b; }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr 1.2fr; align-items: start; gap: 50px; padding-bottom: 45px; }.footer-logo .logo-mark { background: var(--green); }.footer-logo .logo-mark::before, .footer-logo .logo-mark::after, .footer-logo .logo-mark span { background: var(--ink); }.footer-main > p { margin: 0; color: #8fa39e; font-size: 13px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 25px; font-size: 13px; }.footer-links a { display: flex; min-height: 44px; align-items: center; }.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; align-items: center; gap: 28px; padding-top: 23px; color: #758b86; border-top: 1px solid #253a36; font-size: 10px; }.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; }.back-top { margin-left: auto; }

.reveal-ready .reveal { opacity: 0; translate: 0 20px; transition: opacity .62s cubic-bezier(.22,1,.36,1), translate .62s cubic-bezier(.22,1,.36,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-ready .reveal.is-visible { opacity: 1; translate: 0 0; }
.reveal-ready .service-card.reveal { transition: opacity .62s cubic-bezier(.22,1,.36,1), translate .62s cubic-bezier(.22,1,.36,1), transform .46s cubic-bezier(.22,1,.36,1), box-shadow .46s cubic-bezier(.22,1,.36,1), border-color .3s ease; transition-delay: var(--reveal-delay, 0ms), var(--reveal-delay, 0ms), 0ms, 0ms, 0ms; }

@media (max-width: 1050px) {
  .hero-grid { gap: 35px; }.hero-visual { transform: scale(.88); margin-inline: -35px; }
  .about-grid { gap: 60px; }.experience-badge { right: -15px; }
  .contact-shell { gap: 55px; padding: 60px 48px; }
}

@media (max-width: 820px) {
  .section { padding: 88px 0; }
  .site-header { background: var(--cream); backdrop-filter: none; }
  .nav-toggle { display: block; position: relative; z-index: 3; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 2; top: 86px; left: 16px; width: calc(100vw - 32px); max-height: calc(100dvh - 102px); display: flex; flex-direction: column; justify-content: flex-start; gap: 0; overflow-y: auto; padding: 16px; color: white; background: var(--ink); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; box-shadow: 0 22px 60px rgba(9,30,27,.28); opacity: 0; transform: translateY(-12px) scale(.98); visibility: hidden; pointer-events: none; transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s; font-size: 18px; }
  .main-nav.open { opacity: 1; transform: translateY(0) scale(1); visibility: visible; pointer-events: auto; transition: opacity .22s ease, transform .22s ease, visibility 0s; }.main-nav > a:not(.nav-cta) { width: 100%; padding: 11px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }.main-nav > a:not(.nav-cta)::after { display: none; }.nav-cta { width: 100%; justify-content: center; margin-top: 12px; color: var(--ink); background: var(--green); font-size: 15px; }
  .hero { padding-top: 135px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-actions, .hero-proof { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-visual { width: min(570px, 100%); margin: 0 auto; transform: none; }.trusted-row { justify-content: center; flex-wrap: wrap; }.tech-list { flex-wrap: wrap; justify-content: center; }
  .about-grid { grid-template-columns: 1fr; }.about-visual { max-width: 600px; }.about-copy { order: -1; }
  .section-heading { align-items: start; flex-direction: column; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }.service-card.featured { transform: none; }.service-card.featured:hover { transform: translateY(-8px); }.service-card p { min-height: 0; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 35px 0; }.process-step { min-height: 300px; }.process-step:nth-child(2) .step-marker i { display: none; }.process-step:nth-child(3) { padding-left: 0; }.process-step:nth-child(3) .step-marker { width: calc(100% + 28px); }
  .projects-grid { grid-template-columns: 1fr; }.project-wide { grid-column: auto; }.project-preview { min-height: 420px; }
  .testimonial-shell { grid-template-columns: 55px 1fr; padding: 55px 45px; }.quote-result { grid-column: 2; max-width: 240px; }.testimonial-word { font-size: 80px; }
  .contact-shell { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 60px 0; }
  .nav-wrap { height: 68px; }.main-nav { top: 76px; max-height: calc(100dvh - 92px); }
  .hero { padding-top: 115px; padding-bottom: 50px; }.hero h1 { font-size: 46px; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; gap: 18px; }.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); }.hero-proof div { padding: 0 8px; }.hero-proof strong { font-size: 20px; }.hero-proof span { font-size: 10px; white-space: normal; line-height: 1.4; }.hero-visual { min-height: 330px; margin-top: 10px; }.hero-visual .orbit, .hero-visual .floating-card { display: none; }.browser-card { width: 86%; max-width: 310px; aspect-ratio: .96; border-radius: 20px; transform: none; }.browser-content { padding: 18px 20px; }.mini-tag { margin-top: 44px; }.mini-title span { height: 16px; }.mini-product { width: 180px; height: 215px; right: -28px; bottom: -20px; }.product-ring { width: 170px; height: 170px; inset: 25px 0 0 5px; border-width: 21px; }.product-shape { width: 68px; height: 155px; left: 68px; top: 25px; }.trusted-row { display: none; }
  h2 { font-size: 39px; }.about-photo { min-height: 390px; }.card-code { left: 25px; top: 45px; width: 220px; }.card-note { right: 20px; top: 165px; width: 180px; height: 200px; }.card-grid { left: 25px; width: 150px; bottom: 30px; }.experience-badge { right: 10px; bottom: -38px; }
  .section-heading { margin-bottom: 38px; }.service-card { padding: 27px; }
  .process-track { display: block; }.process-step, .process-step:not(:first-child) { min-height: 0; padding: 0 0 52px 58px; }.step-marker { position: absolute; left: 0; top: 0; width: auto !important; height: 100%; align-items: start; }.step-marker i { position: absolute; display: block !important; width: 1px; height: calc(100% - 28px); left: 19px; top: 38px; background: repeating-linear-gradient(180deg, #bacbc5 0 5px, transparent 5px 10px); }.process-step:last-child .step-marker i { display: none !important; }.step-icon { margin-bottom: 18px; }.process-note { align-items: start; flex-wrap: wrap; }.process-note a { width: 100%; margin-left: 21px; }.process::after { font-size: 90px; bottom: -35px; }
  .project-preview { min-height: 0; }
  .testimonial { padding-top: 0; }.testimonial-shell { width: 100%; grid-template-columns: 1fr; gap: 18px; padding: 38px 22px; border-radius: 24px; }.quote-mark { font-size: 64px; }.testimonial blockquote > p { font-size: 20px; line-height: 1.5; }.quote-result { grid-column: auto; backdrop-filter: none; }.testimonial-word { font-size: 52px; right: 5px; bottom: -13px; }
  .contact { padding-bottom: 30px; }.contact-shell { width: 100%; padding: 44px 22px; border-radius: 24px; }.contact-copy h2 { font-size: 34px; }.contact-form { padding: 26px 20px; }.footer-main { grid-template-columns: 1fr; gap: 20px; }.footer-bottom { flex-wrap: wrap; }.back-top { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal-ready .reveal { opacity: 1; translate: none; }
}
