:root{--color-bg:#fff;--color-surface:#f8fafc;--color-border:#e2e8f0;--color-text:#1e293b;--color-text-muted:#475569;--color-primary:#6366f1;--radius:12px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans,system-ui,-apple-system,sans-serif);background:var(--color-bg);color:var(--color-text);line-height:1.6}img{max-width:100%;height:auto}.skip-link{position:absolute;top:-100px;left:16px;padding:12px 20px;background:var(--color-primary);color:#fff;border-radius:var(--radius);z-index:100;transition:top .2s}.skip-link:focus{top:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:999px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s,color .2s}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:#4f46e5}.btn-outline{background:#0000;color:#fff;border:2px solid #fffc}.btn-outline:hover{background:#ffffff1a}.btn-lg{padding:14px 28px;font-size:1rem}.btn-nav-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #6366f166}.btn-nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f180}.btn-nav-cta-arrow{font-size:1.15em}.section-inner{max-width:1200px;margin:0 auto;padding:0 24px}.section-badge{display:inline-block;font-size:.8rem;font-weight:600;color:var(--color-primary);margin-bottom:12px}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 16px;line-height:1.3}.section-desc{color:var(--color-text-muted);margin:0 0 32px;max-width:600px}.section-skeleton{min-height:320px;background:#f1f5f9;border-radius:var(--radius);max-width:1200px;margin:0 auto}.section-skeleton--tall{min-height:480px}.section-skeleton--compact{min-height:200px}.topbar{background:#0f172a;color:#e2e8f0;font-size:.85rem;font-family:system-ui,-apple-system,Segoe UI,sans-serif;padding:8px 24px}.topbar-inner{max-width:1200px;margin:0 auto;justify-content:space-between;flex-wrap:wrap;gap:8px}.topbar-inner,.topbar-left{display:flex;align-items:center}.topbar-left{gap:20px}.topbar-link{color:#e2e8f0;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.topbar-link:hover{color:#fff}.topbar-icon{opacity:.9}.topbar-right{color:#94a3b8}.topbar-dot{color:#22c55e;margin-right:6px}.topbar-pipe{margin:0 8px;opacity:.6}.header{background:#ffffffe0;border-bottom:1px solid #94a3b838;position:sticky;top:0;z-index:50;box-shadow:0 8px 24px #0f172a0f}.header-inner{max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:block;flex-shrink:0;transform:translateY(2px)}.nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:8px}.nav-link{color:var(--color-text);text-decoration:none;font-weight:600;font-size:.96rem;padding:9px 14px;border-radius:999px;transition:color .2s,background-color .2s,box-shadow .2s}.nav-link:hover{color:var(--color-primary);background:#6366f114}.nav-link-active{color:#4338ca;background:#6366f124;box-shadow:inset 0 0 0 1px #6366f140}.header-cta .btn-nav-cta{padding:12px 20px;font-size:.95rem;border-radius:999px;box-shadow:0 8px 20px #4f46e547}.menu-toggle{display:none;width:42px;height:42px;border-radius:10px;background:#fff;border:1px solid var(--color-border);padding:8px;cursor:pointer;box-shadow:0 2px 8px #0f172a14;list-style:none}.menu-toggle::-webkit-details-marker{display:none}.mobile-menu{display:none}.menu-icon,.mobile-menu[open] .mobile-nav{display:block}.menu-icon{width:24px;height:2px;background:var(--color-text);box-shadow:0 7px 0 var(--color-text),0 -7px 0 var(--color-text)}.mobile-nav{display:none;padding:10px 24px 18px;border-top:1px solid #94a3b83d;background:#fffffff2}.mobile-nav ul{list-style:none;margin:0;padding:0}.mobile-nav a,.mobile-nav button{display:block;width:100%;text-align:left;padding:12px 14px;color:var(--color-text);text-decoration:none;border-radius:10px;font:inherit;font-weight:600;background:none;border:none;cursor:pointer}.mobile-nav a:hover,.mobile-nav button:hover{background:#6366f114;color:#4338ca}.mobile-nav li+li{margin-top:6px}@media (max-width:768px){.header-cta,.nav{display:none}.menu-toggle,.mobile-menu{display:block}}.hero-wrapper{background:linear-gradient(160deg,#0d9488,#0f766e 25%,#134e4a 60%,#14532d);color:#fff;padding:64px 24px 56px;position:relative;overflow:hidden}.hero-wrapper:before{background-image:radial-gradient(circle at 20% 80%,#ffffff14 0,#0000 45%),radial-gradient(circle at 80% 20%,#ffffff0f 0,#0000 45%),radial-gradient(circle at 50% 50%,#0000 0,#00000008 100%)}.hero-wrapper:after,.hero-wrapper:before{content:"";position:absolute;inset:0;pointer-events:none}.hero-wrapper:after{background-image:linear-gradient(#ffffff1c 1px,#0000 0),linear-gradient(90deg,#ffffff1c 1px,#0000 0);background-size:56px 56px;opacity:.3}.hero{max-width:980px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-content{margin-bottom:30px}.hero-badge-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.hero-badge{padding:8px 16px;background:#ffffff26;border-radius:999px;font-size:.9rem;font-weight:600}.hero-rating{font-size:.9rem;color:#fff}.hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;max-width:760px;margin:0 auto 16px}.hero-desc{font-size:1.08rem;color:#fffffff2;max-width:700px;line-height:1.75;margin:0 auto 34px}.hero-cta{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:32px}.hero-trust{list-style:none;margin:0 0 36px;padding:0;font-size:1rem;line-height:1.9;letter-spacing:.01em;color:#fff}.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:52px;padding-top:30px;border-top:1px solid #fff3}.hero-stat-item{text-align:center;min-width:140px}.hero-stat-value{display:block;font-size:clamp(1.75rem,3.4vw,2.1rem);font-weight:700;letter-spacing:.01em}.hero-stat-label{font-size:.92rem;margin-top:6px;color:#ffffffe6}@media (max-width:768px){.hero,.hero-desc,.hero-title{max-width:100%}.hero-desc{line-height:1.65}.hero-stats{gap:28px}.hero-stat-item{min-width:110px}.hero-stat-value{font-size:clamp(1.5rem,6.2vw,1.8rem)}.hero-stat-label{font-size:.86rem}}.partners-bar{background:#f1f5f9;padding:16px 24px;text-align:center}.partners-bar-text{font-size:.9rem;color:var(--color-text-muted);max-width:1000px;margin:0 auto}.services{padding:48px 24px;background:linear-gradient(180deg,#fafafa,#fff)}.services-main-title{text-align:center;margin-bottom:12px}#services-heading{scroll-margin-top:110px}.services-subtitle{text-align:center;color:var(--color-text-muted);font-size:1rem;max-width:520px;margin:0 auto 36px;line-height:1.5}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1100px;margin:0 auto}.service-card{background:#fff;padding:32px 28px;border-radius:16px;text-align:center;border:1px solid #e2e8f0;box-shadow:0 2px 12px #0000000a;transition:box-shadow .2s,transform .2s,border-color .2s}.service-card:hover{box-shadow:0 8px 24px #00000014;border-color:#cbd5e1;transform:translateY(-2px)}.service-card-icon{width:58px;height:58px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;color:#0891b2;background:linear-gradient(180deg,#0891b21f,#06b6d414);border:1px solid #0891b22e;border-radius:16px;box-shadow:inset 0 1px 0 #fffc}.service-card-icon svg{width:24px;height:24px}.service-card-title{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:8px}.service-card-desc{font-size:.95rem;font-weight:600;color:var(--color-primary);margin-bottom:12px}.service-card-detail{color:var(--color-text-muted);font-size:.9rem;line-height:1.5;margin:0}@media (max-width:768px){.services-grid{grid-template-columns:1fr}}.problems{padding:48px 24px 40px;background:var(--color-bg)}.problems-intro{text-align:center}.problems-badge-dikkat{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;background:#fef2f2;color:#991b1b;font-size:.72rem;font-weight:700;letter-spacing:.05em;border-radius:4px;margin:0 0 8px;border:1px solid #fecaca}.problems-badge-icon{font-size:.78rem;opacity:.9}.problems-title-main{font-size:clamp(1.35rem,3vw,1.95rem);font-weight:700;color:#1e293b;margin:0 0 14px;line-height:1.3}.problems-title-red{color:#dc2626}.problems-desc-main{color:var(--color-text-muted);font-size:1rem;line-height:1.7;max-width:760px;margin:0 auto 30px}.problems-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:start;max-width:1000px;margin:0 auto 34px}.problem-solution-card{border-radius:12px;overflow:hidden;box-shadow:0 3px 14px #0000000f;border:1px solid var(--color-border);background:#fff}.problem-solution-top{padding:16px 18px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:14px;align-items:flex-start}.problem-solution-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#0891b2;background:#0891b21a;border:1px solid #0891b22e;border-radius:8px;flex-shrink:0;opacity:1}.problem-solution-icon svg{width:16px;height:16px}.problem-solution-top p{margin:0;font-size:.98rem;color:#334155;line-height:1.7}.problem-solution-bottom{padding:16px 18px;background:#6366f1;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;display:flex;gap:14px;align-items:flex-start}.problem-solution-check{width:20px;height:20px;border-radius:50%;background:#ffffff40;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.problem-solution-bottom p{margin:0;font-size:.98rem;line-height:1.7;color:#fff}@media (max-width:768px){.problems-cards-grid{grid-template-columns:1fr}}.problems-cta-block{text-align:center;padding:20px 24px 16px;max-width:640px;margin:0 auto}.problems-cta-title{font-size:clamp(1.4rem,3vw,1.85rem);font-weight:700;color:#1e293b;margin-bottom:14px;line-height:1.3}.problems-cta-highlight{color:#6366f1;border-bottom:2px solid #6366f1;padding-bottom:2px}.problems-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#6366f1;color:#fff;border:none;border-radius:999px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background .2s}.problems-cta-btn:hover{background:#4f46e5}.problems-cta-sub{margin-top:8px;font-size:.95rem;color:#64748b}.diff{padding:40px 24px 80px;background:#fff}.diff-badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;color:#2563eb;margin-bottom:8px}.diff-main-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:12px;line-height:1.2}.diff-title-black{color:#1e293b}.diff-title-highlight{color:#166534}.diff .section-desc{color:#64748b;margin-bottom:28px}.diff-compare-header{display:grid;grid-template-columns:140px 1fr 1fr;gap:20px;align-items:center;margin-bottom:24px}.diff-header-spacer{width:100%}.diff-wrong-label{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c}.diff-right-label,.diff-wrong-label{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-weight:600;font-size:.85rem}.diff-right-label{background:#dcfce7;border:1px solid #86efac;border-radius:8px;color:#166534}.diff-rows{display:flex;flex-direction:column;gap:18px;margin-bottom:32px}.diff-row{display:grid;grid-template-columns:140px 1fr 1fr;gap:20px;align-items:center}.diff-row-label{font-weight:500;font-size:.95rem;color:#1e293b}.diff-bar-wrap{display:flex;align-items:center;gap:12px;min-width:0}.diff-bar-track{flex:1 1;min-width:60px;height:5px;border-radius:3px;overflow:hidden}.diff-bar-track-wrong{background:#fef2f2}.diff-bar-track-right{background:#dcfce7}.diff-bar{height:100%;border-radius:3px;min-width:2px;transition:width .3s;display:block}.diff-bar-wrong{background:#f87171}.diff-bar-right{background:#22c55e}.diff-bar-value{font-size:.85rem;font-weight:600;flex-shrink:0;min-width:3.8em;text-align:right}.diff-value-wrong{padding:3px 10px;border-radius:6px;background:#fef2f2;color:#b91c1c;text-align:center}.diff-value-right{color:#166534}.diff-cta{display:block;margin:0 auto;padding:14px 28px;border-radius:999px}@media (max-width:640px){.diff-row{grid-template-columns:1fr;gap:10px}.diff-bar-wrap,.diff-row-label{grid-column:1}.diff-compare-header{grid-template-columns:1fr 1fr}.diff-header-spacer{display:none}}.cases{padding:80px 24px;background:var(--color-surface)}.cases-header{text-align:center;margin-bottom:48px}.cases-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff7ed;border-radius:999px;font-size:.75rem;font-weight:600;color:#475569;letter-spacing:.05em;margin:0 0 16px}.cases-tag-dot{width:6px;height:6px;border-radius:50%;background:#f59e0b;flex-shrink:0}.cases-title{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:700;line-height:1.25;margin:0 0 16px;display:block}.cases-title-line{display:block;color:#1e293b}.cases-title-accent{display:block;color:#f59e0b}.cases-desc{font-size:.95rem;color:#64748b;line-height:1.5;max-width:520px;margin:0 auto}.case-cards{display:flex;flex-direction:column;gap:48px}.case-card-new{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;background:#3f3f46;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000026}.case-card-content{padding:40px 36px 44px;color:#e0e0e0;font-family:system-ui,-apple-system,sans-serif}.case-card-tag{display:inline-block;padding:6px 14px;background:#52525b;border-radius:999px;font-size:.85rem;font-weight:600;color:#e0e0e0;margin-bottom:16px}.case-card-title{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.3;font-family:system-ui,-apple-system,sans-serif}.case-card-intro{font-size:.95rem;color:#e0e0e0;margin-bottom:16px;line-height:1.6;font-weight:400}.case-card-bullets{list-style:none;margin:0 0 16px;padding:0}.case-card-bullets li{position:relative;padding-left:20px;margin-bottom:10px;font-size:.9rem;color:#e0e0e0;line-height:1.5;font-weight:400}.case-card-bullets li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#e0e0e0}.case-card-result{font-weight:700;color:#fff;margin-bottom:12px;font-size:.95rem;font-family:system-ui,-apple-system,sans-serif}.case-card-tags{font-size:.8rem;color:#e0e0e0;margin-bottom:20px;font-weight:400}.case-card-metrics{display:flex;gap:16px;margin-bottom:24px}.case-metric-box,.case-metric-box-dark{padding:16px 20px;background:#52525b;border-radius:12px;min-width:100px}.case-metric-value{display:block;font-size:1.5rem;font-weight:700;color:#fff;font-family:system-ui,-apple-system,sans-serif}.case-metric-label{font-size:.8rem;color:#e0e0e0;font-weight:400}.case-card-cta{display:inline-block;padding:14px 28px;background:#fff;color:#3f3f46;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s;font-family:system-ui,-apple-system,sans-serif}.case-card-cta:hover{background:#f4f4f5;color:#3f3f46}.case-card-visual-white{background:#fff!important;position:relative;padding:40px 28px;min-height:420px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.case-visual-line{position:absolute;left:24px;top:50%;transform:translateY(-50%);display:flex;align-items:center;z-index:2}.case-badge-num{width:44px;height:44px;border-radius:50%;background:#52525b;color:#e0e0e0;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;position:relative;z-index:1}.case-visual-line:after{content:"";position:absolute;left:44px;top:50%;width:40px;height:2px;background:#a1a1aa}.case-card-devices{display:flex;align-items:flex-end;justify-content:center;flex-wrap:nowrap;margin-left:24px;gap:20px}.case-device{border-radius:10px;overflow:hidden;background:#0000;box-shadow:none;flex-shrink:0}.case-device-desktop{width:480px;height:300px}.case-device-mobile{width:124px;height:252px;position:relative;z-index:2}.case-device-img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block}.case-floating-metric{position:absolute;bottom:24px;right:24px;padding:14px 20px;background:#fff;border-radius:12px;font-size:.9rem;font-weight:700;color:#3f3f46;display:flex;align-items:center;gap:10px;box-shadow:0 4px 16px #0000001f;z-index:2;font-family:system-ui,-apple-system,sans-serif}.case-floating-icon{font-size:1.2rem}@media (max-width:900px){.case-card-new{grid-template-columns:1fr}.case-card-visual-white{order:-1;min-height:280px;padding:24px}.case-visual-line{left:50%;top:20px;transform:translate(-50%)}.case-visual-line:after{left:50%;top:44px;width:2px;height:24px}.case-card-devices{margin-left:0;flex-wrap:wrap;justify-content:center}.case-device-desktop{width:100%;max-width:380px;height:auto;min-height:220px}.case-device-mobile{width:98px;height:200px}.case-card-devices{align-items:flex-end;gap:12px}.case-floating-metric{bottom:16px;right:16px;font-size:.85rem;padding:10px 16px}}.projects{padding:80px 24px}.projects-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1280px;margin:0 auto}.project-card{background:var(--color-surface);padding:16px 14px;border-radius:var(--radius);border:1px solid var(--color-border);min-width:0}.project-image-wrap{margin-bottom:12px;border-radius:var(--radius);overflow:hidden}.project-image{width:100%;height:140px;object-fit:cover}.project-card h3{margin:0 0 6px;font-size:.98rem;line-height:1.3}.project-card p{margin:0;font-size:.82rem;color:var(--color-text-muted);line-height:1.45}.project-tags{font-size:.75rem}@media (max-width:1100px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.project-image{height:160px}.project-card p{font-size:.9rem}.project-card h3{font-size:1.05rem}}@media (max-width:560px){.projects-grid{grid-template-columns:1fr}}.why{padding:80px 24px;background:var(--color-surface)}.why-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center;max-width:1100px;margin:0 auto;padding:0 24px}.why-text{max-width:100%}.why-image-wrap{flex-shrink:0;min-width:0}.why-hero-img,.why-image-wrap img{width:100%;max-width:420px;height:auto;border-radius:var(--radius)}.why-steps{list-style:none;margin:0 0 24px;padding:0}.why-steps li{margin-bottom:12px;padding-left:20px;position:relative}.why-steps li:before{content:"→";position:absolute;left:0;color:var(--color-primary)}.why-quote{border-left:4px solid var(--color-primary);padding-left:20px;margin:24px 0;color:var(--color-text-muted);font-style:italic}.why-brand{font-weight:600;margin-bottom:8px}.why-stats{display:flex;gap:24px;margin-bottom:24px;color:var(--color-text-muted);font-size:.95rem}@media (max-width:768px){.why-inner{grid-template-columns:1fr}.why-image-wrap{order:-1;margin:0 auto}}.guarantees{padding:80px 24px;background:#fff}.guarantees-inner{max-width:1100px;margin:0 auto;padding:0 24px;text-align:center}.guarantees-tag{gap:8px;padding:8px 16px;background:#eef2ff;border-radius:999px;margin:0 0 16px;font-size:.8rem;font-weight:700;letter-spacing:.04em;color:#6366f1}.guarantees-tag,.guarantees-tag-icon{display:inline-flex;align-items:center}.guarantees-tag-icon{width:18px;height:18px;justify-content:center;opacity:.95}.guarantees-title{font-size:clamp(1.6rem,3.2vw,2.5rem);font-weight:700;color:#212121;margin:0 auto 48px;max-width:780px;line-height:1.25}.guarantees-track{--guarantee-node-size:46px;--guarantee-node-offset:14px;position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:22px 22px;align-items:start;text-align:left}.guarantees-line{position:absolute;top:calc(var(--guarantee-node-offset) + (var(--guarantee-node-size) / 2));left:12.5%;right:12.5%;height:2px;background:#6366f1;z-index:1;pointer-events:none}.guarantee-card{position:relative;z-index:2;display:flex;flex-direction:column;align-items:stretch;padding:var(--guarantee-node-offset) 16px 16px;background:#fff;border:1px solid #e6eaf3;border-radius:14px;text-align:left;box-shadow:0 8px 20px #0f172a14;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.guarantee-card:hover{transform:translateY(-8px) scale(1.02);border-color:#6366f166;box-shadow:0 16px 30px #6366f129}.guarantee-num{display:flex;align-items:center;justify-content:center;width:var(--guarantee-node-size);height:var(--guarantee-node-size);border-radius:50%;background:#e0e0e0;border:1px solid #c4c4c4;color:#212121;font-size:1rem;font-weight:700;margin:0 0 18px;align-self:center;flex-shrink:0;z-index:2}.guarantee-num-active{background:#6366f1;border-color:#6366f1;color:#fff}.guarantee-title{margin:0 0 10px;font-size:1.15rem;font-weight:600;color:#212121;line-height:1.35;text-align:center}.guarantee-desc{margin:0 0 14px;font-size:.95rem;color:#5b6472;line-height:1.65;text-align:left}.guarantee-sub{display:inline-block;padding:7px 14px;background:#eef2ff;border-radius:999px;font-size:.83rem;font-weight:600;color:#6366f1;margin-top:2px;align-self:flex-start}.guarantees-track .guarantee-card:last-child{padding-bottom:22px}@media (max-width:900px){.guarantees-track{grid-template-columns:repeat(2,1fr);gap:24px}.guarantees-line{display:none}}@media (max-width:560px){.guarantees-track{grid-template-columns:1fr}.guarantees-title{margin-bottom:28px}.guarantee-card:hover{transform:translateY(-4px) scale(1.01)}}.testimonials{padding:80px 24px;background:#f1f5f9}.testimonials-inner{max-width:1200px;margin:0 auto;padding:0 24px}.testimonials-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:32px}.testimonials-heading-block{flex:1 1;min-width:0}.testimonials-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 10px;line-height:1.3}.testimonials-title-black{color:#1e293b}.testimonials-title-accent{color:#6366f1}.testimonials-subtitle{margin:0;font-size:.95rem;color:#64748b;line-height:1.5}.testimonials-nav{display:flex;gap:10px;flex-shrink:0}.testimonials-nav-btn{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #cbd5e1;font-size:1.25rem;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.testimonials-nav-btn:hover{background:#f8fafc;border-color:#94a3b8;color:#1e293b}.testimonials-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px 0}.testimonials-track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 min(280px,100%);scroll-snap-align:start;padding:20px;background:#fff;border-radius:14px;box-shadow:0 3px 14px #0000000f;border:1px solid #e2e8f0;margin:0;position:relative}.testimonial-card-head{display:flex;align-items:flex-start;gap:5px;margin-bottom:10px}.testimonial-quote-icon{flex-shrink:0;font-size:1.75rem;font-weight:700;color:#6366f1;line-height:1;font-family:Georgia,serif;margin-top:-2px}.testimonial-card-title{margin:0;flex:1 1;min-width:0;font-size:1rem;font-weight:700;color:#1e293b;line-height:1.35}.testimonial-card-text{margin:0 0 14px;font-size:.88rem;color:#64748b;line-height:1.5}.testimonial-card-footer{display:flex;align-items:center;gap:10px;margin:0;padding-top:12px;border-top:1px solid #f1f5f9}.testimonial-logo{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#4f46e5}.testimonial-logo-svg{width:100%;height:100%;display:block}.testimonial-logo-1{color:#5b21b6}.testimonial-logo-2{color:#b91c1c}.testimonial-logo-3{color:#0d9488}.testimonial-logo-4{color:#ca8a04}.testimonial-logo-5{color:#0369a1}.testimonial-client{display:block;font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:2px}.testimonial-sector{font-size:.8rem;color:#64748b}.faq{padding:80px 24px;background:#fff;scroll-margin-top:100px}.faq-inner{display:grid;grid-template-columns:minmax(0,.45fr) minmax(0,.55fr);gap:48px;align-items:start;max-width:1100px;margin:0 auto}.faq-left{padding-top:.25rem}.faq-title{margin:0 0 16px;font-size:1.85rem;line-height:1.25;font-weight:700}.faq-title-black{color:#111}.faq-title-accent{color:#6366f1}.faq-desc{margin:0 0 20px;font-size:.95rem;color:#475569;line-height:1.5;max-width:320px}.faq-link{color:#6366f1;font-weight:500;font-size:.95rem;text-decoration:none;transition:color .2s;background:none;border:none;padding:0;cursor:pointer;font:inherit;text-align:left}.faq-link:hover{color:#4f46e5;text-decoration:underline}.faq-right{min-width:0}.faq-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.faq-item{background:#f8fafc;border-radius:10px;overflow:hidden;transition:background .2s,box-shadow .2s}.faq-item:hover{background:#f1f5f9;box-shadow:0 2px 8px #0000000f}.faq-list dt{margin:0}.faq-question{width:100%;display:flex;align-items:center;gap:14px;padding:18px 20px;background:none;border:none;font:inherit;font-weight:600;color:#1e293b;text-align:left;cursor:pointer;transition:background .2s}.faq-question:hover{background:#00000005}.faq-question-open .faq-chevron{transform:rotate(180deg)}.faq-num{flex-shrink:0;font-size:.9rem;font-weight:600;color:#6366f1}.faq-question-text{flex:1 1;font-size:.95rem}.faq-chevron{flex-shrink:0;font-size:.7rem;color:#64748b;transition:transform .25s}.faq-answer{margin:0;padding:0 20px 0 3.5rem;font-size:.9rem;color:#475569;line-height:1.55;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .2s}.faq-answer-visible{max-height:580px;padding:0 20px 18px 3.5rem}.faq-answer-pricing{color:#475569;font-size:.9rem;line-height:1.55}.faq-answer-intro{margin:0 0 14px}.faq-answer-intro strong{color:#1e293b;font-weight:600}.faq-answer-price-highlight{color:#d97706!important}.faq-answer-tiers{list-style:none;margin:0 0 16px;padding:0}.faq-answer-tier{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.faq-answer-tier:last-child{margin-bottom:0}.faq-answer-tier-check{flex-shrink:0;color:#d97706;font-weight:700;font-size:1rem}.faq-answer-tier span:last-child{flex:1 1}.faq-answer-tier strong{color:#1e293b;font-weight:600}.faq-answer-guarantee{background:#fdf8f0;border-left:4px solid #d97706;padding:14px 16px;border-radius:0 8px 8px 0;margin-top:16px}.faq-answer-guarantee-title{display:block;color:#d97706;font-size:.95rem;margin-bottom:6px}.faq-answer-guarantee-desc{margin:0;color:#475569;font-size:.9rem}@media (max-width:768px){.faq-inner{grid-template-columns:1fr;gap:32px}.faq-desc{max-width:none}.faq-answer-visible{max-height:620px}}.contact{padding:80px 24px;background:#f1f5f9}.contact-inner{max-width:640px;margin:0 auto}.contact-header{text-align:center;margin-bottom:28px}.contact-header .contact-desc{margin-bottom:0}.contact-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#1e293b;color:#fff;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em;margin-bottom:16px;box-shadow:0 2px 8px #0000001f}.contact-tag-dot{width:6px;height:6px;border-radius:50%;background:#6366f1;flex-shrink:0}.contact-title{font-size:clamp(1.6rem,3vw,2rem);font-weight:700;color:#111;margin:0 0 10px;line-height:1.3}.contact-title-accent{color:#6366f1}.contact-desc{font-size:1rem;color:#475569;margin:0 0 28px;line-height:1.6}.contact-form-box{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 24px #00000014;margin-bottom:24px}.contact-form{display:flex;flex-direction:column;gap:20px;max-width:100%}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-field{display:flex;flex-direction:column;gap:6px}.contact-field label{font-size:.9rem;font-weight:500;color:#374151}.contact-required{color:#6366f1}.contact-form input,.contact-form textarea{padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:inherit;background:#f8fafc;transition:border-color .2s,box-shadow .2s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#94a3b8}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.contact-form textarea{min-height:100px;resize:vertical}.contact-form-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:4px}.contact-checkbox-label{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#475569;cursor:pointer}.contact-checkbox-label input{width:18px;height:18px;accent-color:#6366f1;flex-shrink:0}.contact-submit-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:#6366f1;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 2px 12px #6366f159}.contact-submit-btn:hover{background:#4f46e5;box-shadow:0 4px 16px #6366f166}.contact-submit-arrow{font-size:1.1em}.contact-guarantees{display:flex;flex-wrap:wrap;gap:24px 32px;justify-content:center;font-size:.9rem;color:#64748b}.contact-guarantee-item{display:inline-flex;align-items:center;gap:8px}.contact-guarantee-icon{color:#6366f1;flex-shrink:0;display:flex;align-items:center;justify-content:center}.contact-guarantee-icon svg{width:20px;height:20px}.contact-success{padding:32px 24px;text-align:center;background:#fff}.contact-success-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 12px}.contact-success-text{font-size:1rem;color:#64748b;margin:0 0 16px;line-height:1.6}.contact-success-badges{font-size:.9rem;color:#64748b;margin:0 0 24px}@media (max-width:600px){.contact-form-row{grid-template-columns:1fr}.contact-form-footer{flex-direction:column;align-items:stretch}.contact-submit-btn{width:100%;justify-content:center}}.footer-modern{background:#050508;color:#94a3b8;padding:56px 24px 0}.footer-modern-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:40px 32px;padding-bottom:40px}.footer-col-brand{min-width:0}.footer-logo-row{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#f8fafc;margin-bottom:12px}.footer-logo-icon{border-radius:10px;flex-shrink:0}.footer-logo-text{font-weight:700;font-size:1.2rem;letter-spacing:-.02em;color:#f8fafc}.footer-brand-desc{margin:0 0 20px;font-size:.92rem;line-height:1.6;color:#cbd5e1;max-width:280px}.footer-contact-list{list-style:none;margin:0;padding:0}.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:.9rem}.footer-contact-icon{flex-shrink:0;opacity:.85}.footer-contact-list a{color:#cbd5e1;text-decoration:none}.footer-contact-list a:hover{color:#22d3ee}.footer-col-title{margin:0 0 16px;font-size:.95rem;font-weight:700;color:#f8fafc;letter-spacing:.02em}.footer-link-list{list-style:none;margin:0;padding:0}.footer-link-list li{margin-bottom:10px}.footer-link-list a{color:#cbd5e1;text-decoration:none;font-size:.92rem;transition:color .2s}.footer-link-list a:hover{color:#22d3ee}.footer-modern-bar{max-width:1200px;margin:0 auto;padding:20px 0 24px;border-top:1px solid #94a3b826;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.footer-copyright{margin:0;font-size:.88rem;color:#94a3b8}.footer-social{display:flex;flex-wrap:wrap;gap:20px}.footer-social a{color:#cbd5e1;text-decoration:none;font-size:.9rem;font-weight:500}.footer-social a:hover{color:#22d3ee}@media (max-width:900px){.footer-modern-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.footer-modern-inner{grid-template-columns:1fr}.footer-modern-bar{flex-direction:column;align-items:flex-start}}.legal-page{padding:48px 24px 80px;min-height:50vh}.legal-page-inner{max-width:720px;margin:0 auto}.legal-page h1{font-size:clamp(1.5rem,3vw,1.85rem);margin:0 0 20px;color:#1e293b}.legal-page p{color:#64748b;line-height:1.7;margin:0 0 16px}.contact-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.contact-modal{background:#fff;border-radius:20px;max-width:440px;width:100%;overflow:hidden;position:relative;box-shadow:0 20px 60px #00000040}.contact-modal-top{background:#2d2d2d;padding:32px 24px 28px;position:relative;border-radius:20px 20px 0 0}.contact-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#ffffff26;border-radius:50%;font-size:1.25rem;cursor:pointer;line-height:1;color:#e5e7eb}.contact-modal-close:hover{background:#ffffff40;color:#fff}.contact-modal-header{text-align:center}.contact-modal-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border:2px solid #e8a84a;border-radius:12px;margin-bottom:14px}.contact-modal-icon-svg{width:26px;height:26px;color:#e8a84a}.contact-modal-header h2{margin:0 0 6px;font-size:1.5rem;font-weight:700;color:#fff}.contact-modal-subtitle{margin:0;font-size:.9rem;color:#94a3b8}.contact-modal-body{background:#fff;padding:24px 24px 28px;border-radius:0 0 20px 20px}.contact-modal-options{display:flex;flex-direction:column;gap:12px}.contact-option{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;border:none;text-decoration:none;color:#111;font-size:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 4px #0000000f}.contact-option:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.contact-option-whatsapp{background:#dcfce7}.contact-option-phone{background:#fff7ed}.contact-option-callback{background:#f1f5f9;cursor:pointer}.contact-option-email{background:#eff6ff}.contact-option-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.contact-option-icon-whatsapp{background:#22c55e}.contact-option-icon-whatsapp svg{width:26px;height:26px;color:#fff}.contact-option-icon-phone{background:#ea580c}.contact-option-icon-phone svg{width:24px;height:24px;color:#fff}.contact-option-icon-callback{background:#1e293b}.contact-option-icon-callback svg{width:24px;height:24px;color:#fff}.contact-option-icon-email{background:#2563eb}.contact-option-icon-email svg{width:24px;height:24px;color:#fff}.contact-option-text{display:flex;flex-direction:column;gap:2px;flex:1 1;text-align:left}.contact-option-text strong{display:block;font-size:1rem;font-weight:700;color:#111}.contact-option-text span{font-size:.85rem;color:#64748b}.contact-option-arrow{font-size:1.1rem;color:#64748b;flex-shrink:0}.contact-modal-footer{margin:20px 0 0;text-align:center;font-size:.85rem;color:#64748b}.whatsapp-floating{position:fixed;bottom:14px;right:26px;z-index:999;display:flex;align-items:center;gap:10px;padding:10px 18px 10px 20px;background:#25d366;color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:999px;box-shadow:0 4px 20px #25d36666;transition:transform .2s,box-shadow .2s}.whatsapp-floating:hover{color:#fff;transform:scale(1.03);box-shadow:0 6px 24px #25d36680}.whatsapp-floating-text{white-space:nowrap}.whatsapp-floating-icon{width:38px;height:38px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;flex-shrink:0}.whatsapp-floating-icon svg{width:22px;height:22px}
/*# sourceMappingURL=e204f17b7b2f8acd.css.map*/