:root {--ink:#11110f;--ink-soft:#1b1b18;--cream:#f2f0e9;--paper:#faf9f5;--white:#ffffff;--lime:#c9ff47;--orange:#ff6c35;--blue:#7ea6ff;--line:rgba(17,17,15,0.12);--line-light:rgba(255,255,255,0.1);--muted:#716f67;--muted-light:#aaa9a1;}*,*::before,*::after {box-sizing:border-box;margin:0;padding:0;}html {scroll-behavior:smooth;scroll-padding-top:90px;overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable;overscroll-behavior:none;-webkit-overflow-scrolling:touch;}body {font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.6;font-synthesis:none;text-rendering:optimizeLegibility;touch-action:pan-y pinch-zoom;}a {color:inherit;text-decoration:none;}ul {list-style:none;}img {max-width:100%;display:block;}button {font:inherit;cursor:pointer;border:none;}.section-label {display:block;font-size:11px;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--muted);}.status-dot {display:inline-block;width:8px;height:8px;border-radius:50%;background:#67d844;box-shadow:0 0 0 5px rgba(103,216,68,0.13);animation:dotBlink 3s ease-in-out infinite;}@keyframes dotBlink {0%,100% {opacity:1;box-shadow:0 0 0 5px rgba(103,216,68,0.13);}50% {opacity:0.3;box-shadow:0 0 0 2px rgba(103,216,68,0.05);}}.glass-card {background:rgba(255,255,255,0.7);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(17,17,15,0.06);box-shadow:0 8px 40px rgba(17,17,15,0.05),inset 0 1px 0 rgba(255,255,255,0.7);position:relative;overflow:hidden;}.glass-card::before {content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.5),transparent);pointer-events:none;}.glass-card-dark {background:rgba(27,27,24,0.82);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,0.07);box-shadow:0 8px 40px rgba(0,0,0,0.3);}.site-header {position:sticky;z-index:100;top:0;height:80px;padding:0 max(5vw,28px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:rgba(255,255,255,0.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);}.logo {display:inline-flex;align-items:center;width:fit-content;}.logo-img {height:40px;width:auto;display:block;}.logo-mark {display:flex;gap:3px;width:32px;height:32px;transform:skewY(20deg);position:relative;}.logo-mark i {display:block;width:12px;height:30px;background:var(--ink);border-radius:1px;transition:height 0.3s ease;}.logo-mark i:last-child {height:22px;align-self:flex-end;}.logo-mark i.accent {background:var(--lime);height:26px;align-self:center;}.logo:hover .logo-mark i:first-child {height:34px;}.logo:hover .logo-mark i.accent {height:30px;}.logo:hover .logo-mark i:last-child {height:26px;}.logo-light .logo-mark i {background:var(--white);}.logo-light .logo-mark i.accent {background:var(--lime);}.logo-type {display:flex;flex-direction:column;font-family:"Manrope",sans-serif;line-height:0.82;}.logo-type strong {font-size:20px;font-weight:800;letter-spacing:1.2px;}.logo-type span {margin-top:6px;font-size:10px;font-weight:700;letter-spacing:3.2px;color:var(--muted);}.logo-light .logo-mark i {background:var(--white);}.logo-light .logo-type strong {color:var(--white);}.logo-light .logo-type span {color:rgba(255,255,255,0.5);}.desktop-nav {display:flex;gap:34px;justify-self:center;font-size:14px;font-weight:500;color:var(--muted);}.desktop-nav a {position:relative;transition:color 0.2s;}.desktop-nav a:hover {color:var(--ink);}.desktop-nav a::after {content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1.5px;background:var(--ink);transform:scaleX(0);transform-origin:right;transition:transform 0.25s ease;}.desktop-nav a:hover::after {transform:scaleX(1);transform-origin:left;}.header-cta {justify-self:end;display:inline-flex;align-items:center;gap:10px;padding:11px 20px;border-radius:999px;color:var(--white);background:var(--ink);font-size:13px;font-weight:700;transition:all 0.25s ease;}.header-cta:hover {color:var(--ink);background:var(--lime);transform:translateY(-1px);}.hamburger {display:none;justify-self:end;border:0;background:none;cursor:pointer;padding:8px;}.mobile-nav {display:none;}.hero {position:relative;min-height:auto;display:flex;flex-direction:column;padding:47px max(5vw,28px) 28px;color:var(--white);background:var(--ink);overflow:hidden;}.hero-bg {position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;}.hero-grid {position:absolute;inset:0;opacity:0.12;background-image:linear-gradient(rgba(255,255,255,0.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.12) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);}.hero-glow {position:absolute;border-radius:50%;filter:blur(80px);}.hero-glow--1 {width:600px;height:600px;left:-10%;top:-20%;background:radial-gradient(circle,rgba(255,108,53,0.15),transparent 70%);animation:heroGlow 8s ease-in-out infinite alternate;backface-visibility:hidden;-webkit-backface-visibility:hidden;}.hero-glow--2 {width:500px;height:500px;right:-5%;bottom:-10%;background:radial-gradient(circle,rgba(201,255,71,0.1),transparent 70%);animation:heroGlow 10s ease-in-out infinite alternate-reverse;backface-visibility:hidden;-webkit-backface-visibility:hidden;}@keyframes heroGlow {0% {transform:translate(0,0) scale(1);opacity:0.6;}100% {transform:translate(40px,-30px) scale(1.15);opacity:1;}}.hero-bar {position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;animation:fadeSlide 0.8s ease both;}.hero-bar-tag {display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:rgba(255,255,255,0.5);}.hero-bar-badge {padding:6px 16px;border:1px solid rgba(255,255,255,0.1);border-radius:999px;font-size:10px;font-weight:600;color:rgba(255,255,255,0.5);}.hero-body {position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}.hero-text {max-width:700px;padding-right:30px;position:relative;z-index:5;}.hero-headline {margin-bottom:28px;overflow:visible;}.hero-headline .hl-prefix:first-child {padding-left:1.25ch;margin-bottom:-0.35em;}.hl-line {display:block;font-family:"Manrope",sans-serif;font-size:clamp(56px,8vw,130px);font-weight:600;line-height:0.84;letter-spacing:-0.07em;animation:headlineReveal 0.8s ease both;animation-delay:calc(0.2s+var(--i,0) * 0.15s);}@keyframes headlineReveal {from {opacity:0;transform:translateY(40px);}to {opacity:1;transform:translateY(0);}}.hl-prefix {font-size:clamp(32px,4vw,60px);font-weight:400;color:rgba(255,255,255,0.4);line-height:1.1;letter-spacing:-0.04em;}.hl-main {font-size:clamp(64px,9vw,150px);font-weight:700;line-height:0.82;letter-spacing:-0.08em;color:var(--white);}.hl-accent {color:var(--orange);font-style:italic;font-weight:500;font-size:clamp(56px,8vw,130px);}.hero-description {max-width:520px;font-size:clamp(16px,1.3vw,19px);line-height:1.55;color:rgba(255,255,255,0.5);margin-bottom:40px;animation:fadeSlide 0.8s ease both;animation-delay:calc(0.2s+var(--i,0) * 0.15s);}.hero-buttons {display:flex;align-items:center;gap:20px;flex-wrap:wrap;animation:fadeSlide 0.8s ease both;animation-delay:calc(0.2s+var(--i,0) * 0.15s);}@keyframes fadeSlide {from {opacity:0;transform:translateY(20px);}to {opacity:1;transform:translateY(0);}}.btn-hero {display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border-radius:999px;color:var(--ink);background:var(--lime);font-weight:700;font-size:14px;border:none;cursor:pointer;font-family:"DM Sans",sans-serif;transition:all 0.3s ease;box-shadow:0 0 40px rgba(201,255,71,0.2);}.btn-hero:hover {transform:translateY(-3px);box-shadow:0 8px 50px rgba(201,255,71,0.35);}.btn-hero-ghost {display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:rgba(255,255,255,0.6);transition:color 0.2s;}.btn-hero-ghost:hover {color:var(--white);}.btn-hero-ghost span {border-bottom:1px solid currentColor;padding-bottom:2px;}.hero-showcase {position:relative;display:flex;align-items:center;justify-content:center;min-height:460px;}.hero-device-frame {position:relative;z-index:3;width:min(85%,520px);padding:18px 22px;border:6px solid #2a2a27;border-radius:18px;background:linear-gradient(135deg,#1e1e1c,#0d0d0b 70%);box-shadow:0 30px 80px rgba(0,0,0,0.5),0 0 0 1px rgba(255,255,255,0.04);animation:deviceFloat 6s ease-in-out infinite;backface-visibility:hidden;-webkit-backface-visibility:hidden;}@keyframes deviceFloat {0%,100% {transform:translateY(0) rotate(-2deg);}50% {transform:translateY(-12px) rotate(-1.5deg);}}.hdf-top {display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,0.08);}.hdf-top {padding-bottom:12px;}.hdf-status {display:flex;align-items:center;gap:7px;font-size:8px;color:rgba(255,255,255,0.35);letter-spacing:0.5px;}.hdf-dot {width:5px;height:5px;border-radius:50%;background:#67d844;animation:hdfPulse 1.5s ease-in-out infinite;}@keyframes hdfPulse {0%,100% {opacity:1;box-shadow:0 0 0 0 rgba(103,216,68,0.4);}50% {opacity:0.6;box-shadow:0 0 0 4px rgba(103,216,68,0);}}.hdf-nav i {padding:6px 12px;border-radius:999px;color:var(--ink);background:var(--lime);font-style:normal;font-weight:700;font-size:8px;}.hdf-screen {padding:28px 6% 24px;display:flex;flex-direction:column;gap:24px;}.hdf-typing-wrap {display:flex;flex-direction:column;gap:4px;}.hdf-typing-label {font-size:9px;color:rgba(255,255,255,0.35);letter-spacing:1.5px;text-transform:uppercase;position:relative;animation:fireflyGlow 2.2s ease-in-out infinite;}.hdf-typing-label::after {content:"";position:absolute;inset:-8px -28px;background:radial-gradient(ellipse at center,rgba(255,108,53,0.15) 0%,transparent 70%);filter:blur(24px);animation:fireflyBeam 2.2s ease-in-out infinite;pointer-events:none;opacity:0;}@keyframes fireflyGlow {0% {color:rgba(255,255,255,0.1);text-shadow:none;}15% {color:rgba(255,255,255,0.6);text-shadow:0 0 60px rgba(255,108,53,0.45),0 0 120px rgba(255,108,53,0.18),0 0 200px rgba(255,108,53,0.06);}30% {color:rgba(255,255,255,0.1);text-shadow:none;}100% {color:rgba(255,255,255,0.1);text-shadow:none;}}@keyframes fireflyBeam {0% {opacity:0;transform:scale(0.5);}15% {opacity:1;transform:scale(1.3);}30% {opacity:0;transform:scale(0.5);}100% {opacity:0;transform:scale(0.5);}}.hdf-typing-line {display:block;height:46px;overflow:hidden;}.hdf-typing-text {font-family:"Manrope",sans-serif;font-size:22px;font-weight:700;letter-spacing:-0.04em;color:var(--white);line-height:46px;animation:fireflyTextGlow 2.2s ease-in-out infinite;transform:translateZ(0);}@keyframes fireflyTextGlow {0% {text-shadow:none;}15% {text-shadow:0 0 40px rgba(255,108,53,0.35),0 0 80px rgba(255,108,53,0.12);}30% {text-shadow:none;}100% {text-shadow:none;}}.hdf-conversion {display:flex;flex-direction:column;gap:16px;}.hdf-lead-count {display:flex;align-items:baseline;gap:8px;}.hdf-lc-num {font-family:"Manrope",sans-serif;font-size:2.5rem;font-weight:800;color:var(--lime);line-height:1;}.hdf-lc-label {font-size:8px;color:rgba(255,255,255,0.35);text-transform:uppercase;letter-spacing:1px;}.hdf-form-preview {display:flex;flex-direction:column;gap:8px;padding:14px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.06);border-radius:8px;}.hdf-fp-row {height:28px;background:rgba(255,255,255,0.06);border-radius:4px;display:flex;align-items:center;padding:0 10px;}.hdf-fp-row span {display:block;width:50%;height:6px;border-radius:3px;background:rgba(255,255,255,0.1);}.hdf-fp-btn {text-align:center;padding:8px;border-radius:6px;background:var(--lime);color:var(--ink);font-size:9px;font-weight:700;letter-spacing:0.5px;}.hdf-cursor {position:absolute;right:14%;bottom:18%;transform:rotate(10deg);filter:drop-shadow(0 3px 6px rgba(0,0,0,0.5));animation:cursorPulse 2s ease-in-out infinite;}@keyframes cursorPulse {0%,100% {opacity:1;transform:rotate(10deg) scale(1);}50% {opacity:0.6;transform:rotate(10deg) scale(0.9);}}.hero-float {position:absolute;z-index:4;border-radius:10px;padding:10px 16px;display:flex;flex-direction:column;animation:floatOrbit 5s ease-in-out infinite;pointer-events:none;}@keyframes floatOrbit {0%,100% {transform:translateY(0);}50% {transform:translateY(-10px);}}.hf-1 {top:calc(2% - 12px);right:6%;animation-delay:0s;}.hf-2 {bottom:calc(18%+12px);left:0;animation-delay:1.5s;}.hf-3 {bottom:calc(2%+12px);right:20%;animation-delay:3s;}.hf-num {font-family:"Manrope",sans-serif;font-size:1.3rem;font-weight:800;color:var(--lime);line-height:1;}.hf-label {font-size:9px;color:rgba(255,255,255,0.5);margin-top:2px;letter-spacing:0.5px;}.hero-badge-pulse {position:absolute;z-index:4;bottom:-8px;left:-10px;display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;color:var(--ink);background:var(--lime);font-size:10px;font-weight:700;animation:badgePulse 2s ease-in-out infinite;box-shadow:0 0 30px rgba(201,255,71,0.3);}@keyframes badgePulse {0%,100% {box-shadow:0 0 20px rgba(201,255,71,0.2);}50% {box-shadow:0 0 40px rgba(201,255,71,0.5);}}.hero-foot {position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:center;padding-top:32px;margin-top:24px;animation:fadeSlide 0.8s ease both;animation-delay:0.8s;}.hero-foot-stats {display:flex;gap:32px;}.hfs-item {font-size:11px;color:rgba(255,255,255,0.3);display:flex;align-items:center;gap:6px;}.hfs-item span {font-family:"Manrope",sans-serif;font-weight:700;color:rgba(255,255,255,0.5);}.ticker {overflow:hidden;padding:20px 0;color:var(--ink);background:var(--lime);}.ticker-track {display:flex;align-items:center;width:max-content;animation:marquee 28s linear infinite;}.ticker-track span {margin:0 28px;font-family:"Manrope",sans-serif;font-size:13px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;}.ticker-dot {margin:0 !important;}.ticker:hover .ticker-track {animation-play-state:paused;}@keyframes marquee {to {transform:translateX(-50%);}}.founder {padding:120px max(5vw,28px);background:#fff;position:relative;}.founder::before {content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);}.founder-inner {max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;}.founder-left {position:relative;}.founder-quote {margin:28px 0 32px;font-family:"Manrope",sans-serif;font-size:clamp(1.25rem,2.2vw,1.625rem);font-weight:600;line-height:1.45;letter-spacing:-0.03em;color:var(--ink);position:relative;padding-left:24px;border-left:3px solid var(--orange);}.founder-quote em {font-style:normal;color:var(--orange);}.founder-sig {display:flex;align-items:center;gap:10px;}.fs-img {width:45px;height:45px;border-radius:50%;flex-shrink:0;display:block;}.founder-name {font-weight:700;font-size:0.9375rem;}.founder-title {font-size:0.8125rem;color:var(--muted);}.about-stats {display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;}.about-stat-item {display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:32px;}.asi-tl {border-right:2px solid rgba(0,0,0,0.08);border-bottom:2px solid rgba(0,0,0,0.08);}.asi-tr {border-bottom:2px solid rgba(0,0,0,0.08);}.asi-bl {border-right:2px solid rgba(0,0,0,0.08);}.asi-br {}.about-stat-num {font-family:"Manrope",sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1;letter-spacing:-0.04em;color:#000;}.about-stat-label {font-size:0.8rem;color:var(--muted);line-height:1.4;}.about-stat-hostinger {grid-column:1 / -1;margin-top:24px;display:flex;align-items:center;gap:16px;padding:14px 18px;border:1px solid rgba(103,61,230,0.2);border-radius:10px;background:rgba(103,61,230,0.04);}.ah-badge {display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0;}.ah-verified {display:flex;align-items:center;gap:3px;font-size:9px;font-weight:700;color:#673de6;white-space:nowrap;}.ah-text {flex:1;min-width:0;}.ah-text strong {display:block;font-size:0.85rem;color:#673de6;margin-bottom:2px;}.ah-text span {display:block;font-size:0.75rem;color:var(--muted);line-height:1.4;}.services {padding:120px max(5vw,28px);background:linear-gradient(165deg,var(--ink) 0%,#1a1a17 60%,var(--ink) 100%);position:relative;overflow:hidden;}.services::before {content:"";position:absolute;inset:0;opacity:0.03;background-image:linear-gradient(rgba(255,255,255,0.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.08) 1px,transparent 1px);background-size:50px 50px;mask-image:radial-gradient(ellipse at 30% 40%,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at 30% 40%,black 30%,transparent 70%);pointer-events:none;}.services .section-heading {color:var(--white);align-items:center;gap:140px;justify-content:flex-start;}.services .section-heading>p {color:var(--muted-light);padding-left:20px;border-left:2px solid rgba(201,255,71,0.6);margin-top:60px;}.services .section-heading .section-label {color:rgba(255,255,255,0.3);}.section-heading {display:flex;justify-content:space-between;gap:0px;margin-bottom:75px;align-items:start;}.section-heading.light {color:var(--white);}.section-heading.light>p {color:var(--muted-light);}.work .section-heading {flex-direction:column;align-items:flex-start;gap:0;}.work .section-heading>div {width:100%;}.work .section-heading>div::after {content:'';display:block;width:64px;height:3px;background:var(--lime);border-radius:2px;margin:22px 0 28px;}.work .section-heading>p {max-width:500px;margin-top:0;}.section-heading h2 {margin:24px 0 0;font-family:"Manrope",sans-serif;font-size:clamp(48px,6vw,88px);font-weight:500;line-height:0.98;letter-spacing:-0.07em;}.section-heading>p {max-width:370px;margin:0 0 8px;color:var(--muted);font-size:16px;line-height:1.6;}.services-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:14px;position:relative;z-index:1;}.service-card {border-radius:16px;padding:34px 28px;display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease;position:relative;background:rgba(255,255,255,0.06);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,0.06);box-shadow:0 4px 24px rgba(0,0,0,0.2);z-index:1;}.service-card:hover {transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,0.35);border-color:rgba(255,255,255,0.12);}.service-card:hover .sc-icon {color:var(--lime);}@property --flow-angle {syntax:'<angle>';initial-value:0deg;inherits:false;}.service-card {--gc1:var(--orange);--gc2:var(--lime);--gc3:#673de6;}.service-card:nth-child(1) {--gc1:#ff6b35;--gc2:#ffb347;--gc3:var(--lime);}.service-card:nth-child(2) {--gc1:#00b4d8;--gc2:#0077b6;--gc3:#90e0ef;}.service-card:nth-child(3) {--gc1:#c77dff;--gc2:#7b2ff7;--gc3:#ff6bdf;}.service-card:nth-child(4) {--gc1:#4285f4;--gc2:#ea4335;--gc3:#fbbc05;}.service-card:nth-child(5) {--gc1:#f4a261;--gc2:#e9c46a;--gc3:#d4af37;}.service-card:nth-child(6) {--gc1:#ef476f;--gc2:#ff6b6b;--gc3:#c77dff;}.service-card::before {content:'';position:absolute;inset:0;border-radius:16px;padding:2px;background:conic-gradient(from var(--flow-angle),transparent 5%,var(--gc1) 18%,var(--gc2) 32%,var(--gc3) 46%,transparent 58%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;pointer-events:none;filter:blur(0.6px);box-shadow:0 0 20px 6px rgba(255,255,255,0.03),0 0 50px 15px rgba(255,255,255,0.015);}@media (hover:hover) {.service-card:hover::before {animation:flowColors 4s linear infinite,breathe 3.5s ease-in-out infinite;}}@media (hover:none) {.service-card.sc-visible::before {animation:flowColors 4s linear infinite,breathe 3.5s ease-in-out infinite;}}@keyframes flowColors {to {--flow-angle:360deg;}}@keyframes breathe {0%,100% {opacity:0.6;box-shadow:0 0 20px 6px rgba(255,255,255,0.03),0 0 50px 15px rgba(255,255,255,0.015);}50% {opacity:1;box-shadow:0 0 35px 14px rgba(255,255,255,0.07),0 0 70px 25px rgba(255,255,255,0.035);}}.sc-head {display:flex;align-items:center;gap:12px;margin-bottom:22px;}.sc-num {font-family:"Manrope",sans-serif;font-size:10px;font-weight:700;color:rgba(255,255,255,0.2);letter-spacing:1px;background:rgba(255,255,255,0.05);padding:3px 10px;border-radius:999px;}.sc-icon {width:28px;height:28px;color:var(--orange);margin-left:auto;transition:color 0.3s;}.service-card h3 {font-family:"Manrope",sans-serif;font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:700;letter-spacing:-0.03em;line-height:1.2;margin-bottom:12px;color:var(--white);}.service-card>p {font-size:0.8125rem;color:rgba(255,255,255,0.45);line-height:1.65;margin-bottom:20px;flex:1;}.sc-feats {display:flex;flex-direction:column;gap:8px;margin-bottom:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.06);}.sc-feats li {display:flex;align-items:center;gap:8px;font-size:0.8125rem;color:rgba(255,255,255,0.55);}.sc-feats li::before {content:"";width:4px;height:4px;border-radius:50%;background:var(--lime);flex-shrink:0;box-shadow:0 0 8px rgba(201,255,71,0.3);}.sc-feats--inline {flex-direction:row;flex-wrap:wrap;gap:6px 16px;}.sc-flow {display:flex;align-items:center;gap:4px;opacity:0;transition:opacity 0.2s ease;}.service-card:hover .sc-flow {opacity:1;}.service-card .sc-head {display:flex;align-items:center;justify-content:space-between;gap:6px;}.service-card .sc-icon {margin-left:0;}.sc-flow-step {display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:rgba(255,255,255,0.06);color:var(--lime);opacity:0;transform:translateX(-6px);}.sc-flow-step:nth-child(1) {background:rgba(255,255,255,0.06);color:var(--gc1);}.sc-flow-step:nth-child(3) {background:rgba(255,255,255,0.06);color:var(--gc2);}.sc-flow-step:nth-child(5) {background:rgba(255,255,255,0.06);color:var(--gc3);}.sc-flow-step:nth-child(7) {background:rgba(255,255,255,0.06);color:var(--gc1);}.sc-flow-arrow {display:flex;align-items:center;color:rgba(255,255,255,0.2);opacity:0;transform:translateX(-6px);}.service-card:hover .sc-flow-step,.service-card:hover .sc-flow-arrow {animation:flowStepIn 0.5s ease forwards;}.service-card:hover .sc-flow-step:nth-child(1) {animation-delay:0s;}.service-card:hover .sc-flow-arrow:nth-child(2) {animation-delay:0.5s;}.service-card:hover .sc-flow-step:nth-child(3) {animation-delay:0.7s;}.service-card:hover .sc-flow-arrow:nth-child(4) {animation-delay:1.2s;}.service-card:hover .sc-flow-step:nth-child(5) {animation-delay:1.4s;}.service-card:hover .sc-flow-arrow:nth-child(6) {animation-delay:1.9s;}.service-card:hover .sc-flow-step:nth-child(7) {animation-delay:2.1s;}@keyframes flowStepIn {0% {opacity:0;transform:translateX(-6px) scale(0.8);}100% {opacity:1;transform:translateX(0) scale(1);}}.sc-flow-step svg {width:16px;height:16px;display:block;}.sc-link {display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--lime);transition:gap 0.2s;width:fit-content;}.sc-link:hover {gap:14px;}.work {padding:120px max(5vw,28px);background:var(--ink);position:relative;overflow:hidden;}.work::before {content:"";position:absolute;top:-40%;right:-20%;width:70%;height:80%;background:radial-gradient(ellipse,rgba(201,255,71,0.03) 0%,transparent 70%);pointer-events:none;}.projects-showcase {position:relative;}.projects-showcase::before {content:"";position:absolute;top:0;left:50%;width:2px;height:100%;background:rgba(255,255,255,0.12);pointer-events:none;transform:translateX(-50%);}.work-entry {position:relative;padding:48px 0;display:grid;grid-template-columns:1fr 1fr;gap:80px;}.work-entry::before {content:"";position:absolute;left:50%;top:50%;width:14px;height:14px;border-radius:50%;border:2px solid var(--lime);background:var(--ink);z-index:3;transform:translate(-50%,-50%);}.work-entry:first-child::before {top:50%;}.work-entry::after {content:"";position:absolute;bottom:0;height:1px;background:rgba(255,255,255,0.12);z-index:1;pointer-events:none;}.work-entry:nth-child(odd)::after {left:50%;width:50%;}.work-entry:nth-child(even)::after {left:0;width:50%;}.work-entry:last-child::after {display:none;}.we-body::before {content:"";position:absolute;top:50%;height:2px;background:rgba(255,255,255,0.12);z-index:1;transform:translateY(-50%);pointer-events:none;}.work-entry:nth-child(odd) .we-body::before {left:-80px;width:40px;}.work-entry:nth-child(even) .we-body::before {left:calc(100% + 40px);width:40px;}.we-visual {position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;order:0;}.we-visual img {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}.we-visual {border-radius:12px;overflow:hidden;position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;order:0;}.we-overlay {position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.15) 80%,transparent 100%);z-index:1;}.we-stat-block {position:relative;z-index:3;text-align:center;padding:20px;}.we-stat-block .we-stat {font-family:"Manrope",sans-serif;font-size:clamp(3.2rem,6vw,5rem);font-weight:800;color:var(--white);line-height:1;letter-spacing:-0.04em;display:block;}.we-stat-block .we-label {font-size:clamp(0.85rem,1.2vw,1rem);color:rgba(255,255,255,0.7);text-transform:uppercase;letter-spacing:2px;font-weight:600;display:block;margin-top:8px;}.we-stat-block .we-detail {font-size:clamp(0.85rem,1.2vw,1rem);color:rgba(255,255,255,0.4);display:block;margin-top:6px;font-weight:600;}.we-badge {position:absolute;top:16px;left:16px;z-index:3;display:inline-block;padding:4px 14px;background:var(--lime);color:var(--ink);font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:4px;}.we-body {order:1;display:flex;flex-direction:column;justify-content:center;position:relative;}.work-entry:nth-child(even) .we-visual {order:1;}.work-entry:nth-child(even) .we-body {order:0;}.we-niche {font-size:0.6rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted-light);display:block;margin-bottom:12px;}.we-body h3 {font-family:"Manrope",sans-serif;font-size:clamp(1.125rem,1.8vw,1.5rem);font-weight:600;line-height:1.25;color:var(--white);margin-bottom:12px;}.we-body p {font-size:0.8125rem;color:rgba(255,255,255,0.5);line-height:1.65;margin-bottom:20px;max-width:500px;}.we-metrics {display:flex;gap:32px;flex-wrap:wrap;margin-bottom:12px;}.we-metrics>div {display:flex;flex-direction:column;}.we-metrics strong {font-family:"Manrope",sans-serif;font-size:2.4rem;font-weight:800;color:var(--lime);line-height:1;}.we-metrics span {font-size:0.85rem;color:rgba(255,255,255,0.4);margin-top:4px;}.we-cta {display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,0.5);font-size:13px;font-weight:600;transition:color 0.2s;}.we-cta:hover {color:var(--white);}.we-cta svg {transition:transform 0.2s;}.we-cta:hover svg {transform:translateX(3px);}@media (max-width:768px) {.projects-showcase::before {display:none;}.work-entry::before,.work-entry::after,.we-body::before {display:none;}.work-entry {padding:32px 0;grid-template-columns:1fr;gap:20px;}.work-entry:last-child {border-bottom:none;}.we-visual {min-height:200px;order:0!important;}.we-body {order:1!important;}.we-stat-block .we-stat {font-size:clamp(2.5rem,10vw,3.5rem);}}.results-section {padding:140px max(5vw,28px);background:#fff;color:#000;}.results-inner {width:100%;}.results-inner .section-label {color:rgba(0,0,0,0.15);margin-bottom:1.5em;display:block;text-align:left;}.results-headline {font-family:"Manrope",sans-serif;font-size:clamp(48px,6vw,88px);font-weight:500;line-height:0.98;letter-spacing:-0.07em;text-align:left;margin:0 0 80px;color:#000;}.results-grid {display:grid;grid-template-columns:repeat(3,1fr);}.results-item {display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:0 40px;border-right:2px solid rgba(0,0,0,0.12);}.results-item:last-child {border-right:none;}@media (max-width:800px) {.results-grid {grid-template-columns:1fr;gap:48px;}.results-item {padding:0;border:none !important;align-items:center;}.results-number {text-align:center;}.results-label {text-align:center;}}.results-number {font-family:"Manrope",sans-serif;font-size:clamp(80px,10vw,180px);font-weight:700;line-height:1;letter-spacing:-0.06em;color:#000;text-align:left;font-variant-numeric:tabular-nums;}.results-label {font-size:clamp(0.75rem,0.9vw,0.85rem);font-weight:500;color:rgba(0,0,0,0.25);letter-spacing:0.06em;text-transform:uppercase;text-align:left;}.trust-section {padding:80px max(5vw,28px);background:#0a0a0a;color:var(--white);}.trust-inner {max-width:1100px;margin:0 auto;}.trust-inner .section-label {color:var(--orange);font-size:clamp(1.2rem,2.5vw,2rem);font-weight:800;letter-spacing:0.02em;text-transform:none;margin-bottom:0.5em;display:block;text-align:center;}.trust-headline {font-family:"Manrope",sans-serif;font-size:clamp(1.2rem,2.5vw,2rem);font-weight:600;line-height:1.15;letter-spacing:-0.02em;text-align:center;margin:0 0 50px;color:var(--white);}.trust-divider {width:100%;height:1px;background:rgba(255,255,255,0.06);margin:0 0 60px;}.trust-divider:last-of-type {margin:30px 0 0;}.trust-marquee {overflow:hidden;max-width:100%;-webkit-mask:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);mask:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);}.trust-marquee+.trust-marquee {margin-top:36px;}.trust-marquee:hover .trust-track {animation-play-state:paused;}.trust-track {display:flex;gap:40px;width:max-content;animation:trustScroll 70s linear infinite;}.trust-track--left {animation-direction:reverse;}.trust-wall-item {width:160px;height:56px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:10px;border:1px solid rgba(255,255,255,0.04);transition:border-color 0.4s ease,background 0.4s ease;}.trust-wall-item:hover {border-color:rgba(255,255,255,0.12);}.trust-wall-item svg {width:140px;height:42px;object-fit:contain;}.trust-wall-item svg text {fill:rgba(255,255,255,0.75);transition:fill 0.4s ease;}.trust-wall-item:hover svg {opacity:1 !important;}@keyframes trustScroll {0% {transform:translateX(0);}100% {transform:translateX(-50%);}}.packages {padding:120px max(5vw,28px);background:var(--white);}.packages .section-heading {align-items:center;gap:120px;justify-content:flex-start;}.packages .section-heading>p {margin-top:60px;max-width:370px;padding-left:24px;border-left:2px solid var(--orange);}.package-grid {display:flex;flex-wrap:wrap;gap:20px;justify-content:center;}.package-card {border-radius:8px;display:flex;flex-direction:column;padding:28px 24px;position:relative;border:1px solid var(--line);background:var(--white);flex:0 0 calc((100% - 40px) / 3);max-width:calc((100% - 40px) / 3);transition:transform 0.25s ease,box-shadow 0.25s ease;box-shadow:0 2px 12px rgba(17,17,15,0.04);overflow:hidden;}.package-card:hover {transform:translateY(-3px);box-shadow:0 12px 40px rgba(17,17,15,0.08);}.package-card.featured {color:var(--white);background:var(--ink);border-color:var(--ink);box-shadow:0 8px 32px rgba(17,17,15,0.15);}.package-eyebrow {color:var(--orange);font-size:12px;font-weight:700;letter-spacing:0.12em;margin-bottom:2px;}.featured .package-eyebrow {color:var(--lime);}.package-card h3 {margin:6px 0 8px;font-family:"Manrope",sans-serif;font-size:23px;font-weight:700;letter-spacing:-0.03em;line-height:1.15;}.package-price {font-family:"Manrope",sans-serif;font-size:1.75rem;font-weight:800;color:var(--orange);margin-bottom:12px;}.featured .package-price {color:var(--lime);}.package-price .price-type {font-family:"DM Sans",sans-serif;font-size:0.85rem;font-weight:500;color:var(--muted);display:inline-block;margin-left:6px;}.featured .package-price .price-type {color:rgba(255,255,255,0.5);}.package-desc {color:var(--ink);font-size:13px;line-height:1.45;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--line);opacity:0.7;}.featured .package-desc {color:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.1);opacity:1;}.package-includes-label {display:block;font-size:9px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--orange);margin-bottom:8px;}.featured .package-includes-label {color:var(--lime);}.package-card:not(.featured) {background:linear-gradient(135deg,#ffffff,#fcfcf9);box-shadow:0 4px 24px rgba(17,17,15,0.05);}.package-card:not(.featured):hover {outline:1px solid var(--ink);}.package-card ul {display:flex;flex-direction:column;gap:6px;margin:0 0 16px;padding:0;}.package-card li {display:flex;align-items:center;gap:10px;padding:0 32px 0 40px;color:var(--ink);font-size:13px;line-height:1.35;font-weight:500;}.package-card li svg {flex-shrink:0;color:var(--orange);}.featured li {color:rgba(255,255,255,0.75);}.featured li svg {color:var(--lime);}.package-bestfor {padding-top:10px;margin-bottom:10px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.4;}.package-bestfor strong {color:var(--ink);}.featured .package-bestfor {border-color:rgba(255,255,255,0.1);}.featured .package-bestfor strong {color:var(--white);}.package-ad-note {font-size:10px;color:var(--muted);margin-bottom:10px;line-height:1.3;}.featured .package-ad-note {color:rgba(255,255,255,0.4);}.package-badge {position:absolute;top:0;left:50%;transform:translateX(-50%);padding:4px 14px;background:var(--lime);color:var(--ink);font-size:9px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;border-radius:0 0 6px 6px;z-index:2;}.package-card .btn {width:100%;margin-top:auto;border:1.5px solid var(--ink);background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px;font-size:14px;font-weight:700;border-radius:6px;transition:all 0.25s ease;}.package-card .btn svg {transition:transform 0.25s ease;flex-shrink:0;}.package-card .btn:hover {background:var(--ink);color:var(--white);}.package-card .btn:hover svg {transform:translateX(3px);}.featured .btn {background:var(--lime);color:var(--ink);border:none;}.featured .btn:hover {background:var(--white);color:var(--ink);}.package-note {max-width:610px;margin:36px auto 0;color:var(--muted);font-size:13px;text-align:center;line-height:1.6;}.package-cta {text-align:center;margin-top:40px;}.package-cta-title {font-family:"Manrope",sans-serif;font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:600;line-height:1.4;max-width:700px;margin:0 auto 20px;color:var(--ink);}.package-cta-title span {display:block;color:var(--muted);font-size:clamp(0.85rem,1.1vw,0.95rem);font-weight:400;margin-top:8px;}.package-cta .btn {display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border:1.5px solid var(--ink);border-radius:6px;background:transparent;color:var(--ink);font-size:14px;font-weight:700;font-family:"DM Sans",sans-serif;cursor:pointer;transition:all 0.25s ease;text-decoration:none;}.package-cta .btn svg {flex-shrink:0;transition:transform 0.25s ease;}.package-cta .btn:hover {background:var(--ink);color:var(--white);}.package-cta .btn:hover svg {transform:translateX(3px);}.testimonials {padding:120px max(5vw,28px);background:var(--ink);color:var(--white);}.testimonials .section-heading {align-items:center;gap:60px;justify-content:flex-start;}.testimonials .section-heading>p {margin-top:60px;max-width:370px;padding-left:24px;border-left:2px solid var(--orange);}.testimonials-inner {max-width:1200px;margin:0 auto;}.testi-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}.testi-card {border-radius:14px;padding:36px 32px;display:flex;flex-direction:column;}.testi-stars {color:var(--lime);font-size:0.875rem;letter-spacing:3px;margin-bottom:20px;}.testi-text {font-size:0.9375rem;color:#cccbc2;line-height:1.75;margin-bottom:28px;flex:1;}.testi-author {display:flex;align-items:center;gap:12px;}.testi-av {width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;font-family:"Manrope",sans-serif;font-weight:700;font-size:0.875rem;color:var(--lime);flex-shrink:0;}.testi-name {font-weight:600;font-size:0.875rem;}.testi-role {font-size:0.75rem;color:#88877e;}.badges-section {padding:100px max(5vw,28px);background:#1a1a18;color:var(--white);position:relative;overflow:hidden;}.badges-section::before {content:"";position:absolute;inset:0;opacity:0.04;background-image:linear-gradient(rgba(255,255,255,0.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.1) 1px,transparent 1px);background-size:40px 40px;}.badges-inner {position:relative;z-index:1;max-width:1000px;margin:0 auto;text-align:center;}.badges-inner .section-label {margin-bottom:12px;opacity:0.4;}.badge-logos {display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin:0 0 50px;padding:36px 0;border-top:1px solid rgba(255,255,255,0.06);border-bottom:1px solid rgba(255,255,255,0.06);}.b-logo {display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0.5;transition:opacity 0.3s,transform 0.3s;}.b-logo:hover {opacity:0.9;transform:scale(1.05);}.b-logo svg {width:36px;height:36px;color:rgba(255,255,255,0.5);}.b-logo span {font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,0.3);}.b-logo--hostinger span {color:#885ef7;}.b-logo--hostinger svg {color:#885ef7;}.audit-section {padding:100px max(5vw,28px);background:var(--cream);}.audit-inner {max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 440px;gap:80px;align-items:start;}.audit-title {font-family:"Manrope",sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;letter-spacing:-0.07em;line-height:1.02;margin-bottom:20px;}.g-g,.g-g2 {color:#4285F4;}.g-o1 {color:#EA4335;}.g-o2 {color:#FBBC05;}.g-l {color:#34A853;}.g-e {color:#EA4335;}.audit-desc {color:var(--muted);font-size:17px;line-height:1.6;margin-bottom:36px;}.audit-checklist {display:flex;flex-direction:column;gap:16px;}.audit-checklist li {display:flex;align-items:center;gap:12px;font-size:15px;}.audit-form-card {background:var(--white);border:1px solid var(--line);border-radius:12px;overflow:hidden;}.afc-top {background:var(--ink);padding:18px 24px;}.afc-top h3 {font-family:"Manrope",sans-serif;font-size:1.05rem;font-weight:600;color:var(--white);}.afc-top p {font-size:0.75rem;color:rgba(255,255,255,0.6);margin-top:3px;}.afc-body {padding:20px 24px;}.fg {margin-bottom:10px;}.fg label {display:block;font-size:0.65rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:3px;}.fg input {width:100%;padding:9px 12px;border:1px solid var(--line);border-radius:6px;font-size:0.875rem;font-family:"DM Sans",sans-serif;background:var(--white);outline:none;transition:border-color 0.2s;}.fg input:focus {border-color:var(--ink);}.fg-select {width:100%;padding:9px 12px;border:1px solid var(--line);border-radius:6px;font-size:0.875rem;font-family:"DM Sans",sans-serif;background:var(--white);outline:none;transition:border-color 0.2s;cursor:pointer;appearance:auto;}.fg-select:focus {border-color:var(--ink);}.audit-submit {width:100%;padding:11px;border:none;border-radius:999px;color:var(--white);background:var(--ink);font-weight:700;font-size:0.875rem;cursor:pointer;font-family:"DM Sans",sans-serif;margin-top:6px;transition:all 0.25s ease;}.audit-submit:hover {color:var(--ink);background:var(--lime);}.audit-privacy {font-size:0.7rem;color:var(--muted);text-align:center;margin-top:10px;}.faq-wrap {display:grid;grid-template-columns:0.75fr 1.25fr;gap:10vw;padding:120px max(5vw,28px);background:var(--white);}.faq-heading h2 {margin:24px 0 0;font-family:"Manrope",sans-serif;font-size:clamp(48px,6vw,88px);font-weight:500;line-height:0.98;letter-spacing:-0.07em;}.faq-heading>p {margin:30px 0 22px;color:var(--muted);}.faq-heading>a {display:flex;align-items:center;gap:10px;width:fit-content;border-bottom:1px solid;padding-bottom:4px;font-size:13px;font-weight:700;}.faq-list {border-top:1px solid var(--line);}.faq-item {border-bottom:1px solid var(--line);}.faq-question {width:100%;min-height:90px;display:grid;grid-template-columns:48px 1fr 24px;gap:12px;align-items:center;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer;font-family:"DM Sans",sans-serif;font-size:1rem;}.faq-question>span:first-child {color:var(--muted);font-size:11px;}.faq-question>strong {font-family:"Manrope",sans-serif;font-size:18px;font-weight:600;}.faq-question svg {transition:transform 0.3s ease;color:var(--muted);}.faq-item.open .faq-question svg {transform:rotate(180deg);}.faq-answer {display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.35s ease;}.faq-item.open .faq-answer {grid-template-rows:1fr;}.faq-answer p {min-height:0;overflow:hidden;max-width:650px;margin:0 45px 0 60px;color:var(--muted);font-size:14px;line-height:1.7;}.faq-item.open .faq-answer p {margin-bottom:28px;}.contact {position:relative;min-height:720px;display:grid;place-items:center;padding:120px 28px;overflow:hidden;color:var(--white);background:var(--ink);}.contact::before {content:"";position:absolute;inset:0;opacity:0.2;background-image:linear-gradient(rgba(255,255,255,0.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.18) 1px,transparent 1px);background-size:70px 70px;mask-image:radial-gradient(circle at center,black,transparent 68%);-webkit-mask-image:radial-gradient(circle at center,black,transparent 68%);}.contact-glow {position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(201,255,71,0.2),transparent 68%);}.contact-content {position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;}.contact-kicker {display:flex;align-items:center;gap:10px;width:fit-content;font-size:12px;font-weight:700;letter-spacing:0.13em;text-transform:uppercase;}.contact-content h2 {margin:33px 0;font-family:"Manrope",sans-serif;font-size:clamp(58px,8.2vw,125px);font-weight:500;line-height:0.89;letter-spacing:-0.08em;}.contact-content h2 em {color:var(--lime);font-style:normal;font-weight:500;}.contact-content>p {max-width:600px;margin:0 0 38px;color:var(--muted-light);font-size:18px;line-height:1.6;}.btn-lime {display:inline-flex;align-items:center;gap:12px;padding:16px 36px;border-radius:999px;color:var(--ink);background:var(--lime);font-weight:700;font-size:1.0625rem;border:none;cursor:pointer;font-family:"DM Sans",sans-serif;transition:all 0.25s ease;}.btn-lime:hover {transform:translateY(-3px);box-shadow:0 8px 40px rgba(201,255,71,0.3);}.contact-small {margin-top:25px;color:#77766f;font-size:11px;}footer {padding:80px max(5vw,28px) 26px;color:var(--white);background:var(--ink);border-top:1px solid var(--line-light);}.footer-main {display:grid;grid-template-columns:1.1fr 3fr;gap:60px;align-items:start;}.footer-brand {display:flex;flex-direction:column;gap:20px;}.footer-brand::after {content:"";width:36px;height:3px;background:var(--orange);border-radius:3px;}.footer-nap {display:flex;flex-direction:column;gap:8px;margin-top:4px;}.footer-nap-item {font-size:13px;color:rgba(255,255,255,0.5);line-height:1.5;}.footer-nap-item a {color:rgba(255,255,255,0.5);text-decoration:none;transition:color 0.2s;}.footer-nap-item a:hover {color:var(--lime);}.footer-logo {display:flex;text-decoration:none;}.footer-logo-img {height:100px;width:auto;display:block;}.footer-tagline {max-width:340px;margin:0;color:#898881;line-height:1.7;font-size:14px;}.footer-links {display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-top:4px;}.footer-links>div {display:flex;flex-direction:column;gap:14px;}.footer-links span {color:#696860;font-size:10px;letter-spacing:0.13em;text-transform:uppercase;margin-bottom:6px;}.footer-links a {font-size:14px;color:rgba(255,255,255,0.65);text-decoration:none;transition:color 0.2s;}.footer-links a:hover {color:var(--lime);}.footer-bottom {display:flex;justify-content:space-between;padding-top:24px;margin-top:50px;border-top:1px solid var(--line-light);color:#77766f;font-size:11px;}.footer-bottom a {display:flex;align-items:center;gap:7px;color:var(--white);text-decoration:none;}.reveal {opacity:0;transform:translateY(24px);transition:opacity 0.75s ease,transform 0.75s cubic-bezier(0.2,0.7,0.2,1);}.reveal.is-visible {opacity:1;transform:translateY(0);}@media (max-width:1050px) {.desktop-nav {display:none;}.site-header {grid-template-columns:1fr auto;}.header-cta {display:none;}.hamburger {display:block;}.mobile-nav {display:flex;flex-direction:column;position:fixed;z-index:90;inset:79px 0 0;visibility:hidden;opacity:0;transform:translateY(-15px);color:var(--white);background:var(--ink);transition:0.3s ease;padding:8vw;gap:0;}.mobile-nav.open {visibility:visible;opacity:1;transform:translateY(0);}.mobile-nav a {display:flex;justify-content:space-between;align-items:center;padding:17px 0;border-bottom:1px solid rgba(255,255,255,0.12);font-family:"Inter",sans-serif;font-size:clamp(32px,7vw,60px);letter-spacing:-0.06em;}.hero-body {grid-template-columns:1fr;gap:80px;}.hero-showcase {min-height:400px;}.hero-device-frame {width:80%;}.hero-foot-stats {display:none;}.hero-float {display:none;}.hero-badge-pulse {display:none;}.section-heading {align-items:start;flex-direction:column;}.services .section-heading {gap:0;align-items:start;}.services .section-heading>p {margin-top:40px;padding-left:18px;}.packages .section-heading {gap:0;align-items:start;}.packages .section-heading>p {margin-top:30px;padding-left:18px;}.testimonials .section-heading {gap:0;align-items:start;}.testimonials .section-heading>p {margin-top:30px;padding-left:18px;}.work .section-heading>p {margin-top:0;}.founder-inner {grid-template-columns:1fr;gap:60px;}.about-stat-item {padding:20px;}.about-stat-hostinger {margin-top:20px;padding:14px;flex-wrap:wrap;}.services-grid {grid-template-columns:1fr 1fr;}.package-card {flex:0 0 calc((100% - 20px) / 2);max-width:calc((100% - 20px) / 2);}.testi-grid {grid-template-columns:1fr;}.badge-logos {gap:24px;}.audit-inner {grid-template-columns:1fr;gap:50px;}.audit-inner>div:last-child {position:static !important;}.faq-wrap {grid-template-columns:1fr;}.footer-main {grid-template-columns:1.1fr 3fr;gap:40px;}.footer-links {grid-template-columns:repeat(2,1fr);gap:24px;}}@media (max-width:720px) {.founder,.services,.work,.results-section,.trust-section,.packages,.testimonials,.badges-section,.faq-wrap,.audit-section,.contact {padding:80px 22px;}.site-header {height:72px;padding:0 22px;}.mobile-nav {inset:71px 0 0;}.hero {padding:40px 22px 16px;min-height:auto;overflow:hidden;}.hero-bar {flex-direction:column;gap:10px;align-items:start;}.hero-body {gap:32px;}.hl-line {font-size:clamp(44px,12vw,68px);}.hero-showcase {min-height:300px;}.hero-device-frame {width:90%;padding:14px 16px;border-width:4px;}.hdf-screen {padding:20px 4% 18px;gap:18px;}.hdf-typing-text {font-size:17px;line-height:36px;transform:translateZ(0);}.hdf-typing-line {height:36px;}.hdf-lc-num {font-size:1.75rem;}.hdf-cursor {width:20px;height:20px;right:10%;bottom:16%;}.hero-headline .hl-prefix:first-child {padding-left:0;margin-bottom:0;}.hero-buttons {width:100%;flex-direction:column;}.btn-hero {width:100%;justify-content:center;}.hero-foot {flex-direction:column;gap:16px;align-items:center;padding-top:24px;}.hero-foot-stats {display:flex;gap:16px;flex-wrap:wrap;justify-content:center;}.hfs-item {font-size:10px;text-align:center;}.services-grid {grid-template-columns:1fr;}.package-card {flex:0 0 100%;max-width:100%;}.badge-logos {gap:18px;}.b-logo svg {width:26px;height:26px;}.b-logo span {font-size:8px;}.audit-title {font-size:1.75rem;}.faq-question {min-height:80px;grid-template-columns:30px 1fr 22px;}.faq-answer p {margin-left:42px;margin-right:10px;}.contact {min-height:600px;}.contact-content h2 {font-size:clamp(42px,12vw,72px);}.footer-main {grid-template-columns:1fr;gap:40px;}.footer-links {grid-template-columns:1fr;gap:32px;}.footer-bottom {flex-wrap:wrap;gap:15px;}}@media (prefers-reduced-motion:reduce) {*,*::before,*::after {scroll-behavior:auto !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}}