.h-hero{position:relative;background:linear-gradient(135deg,#eef4ff 0%,#e8f0fe 45%,#f0f5ff 100%);padding:72px 0 64px;overflow:hidden}.h-hero-bg{position:absolute;inset:0;pointer-events:none}.h-hero-orb{position:absolute;border-radius:50%;filter:blur(72px);opacity:.35}.orb1{width:420px;height:420px;background:radial-gradient(circle,#93c5fd,transparent);top:-80px;right:-60px}.orb2{width:300px;height:300px;background:radial-gradient(circle,#c7d2fe,transparent);bottom:-60px;left:10%}.h-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgb(26 115 232 / .05) 1px,transparent 1px),linear-gradient(90deg,rgb(26 115 232 / .05) 1px,transparent 1px);background-size:40px 40px}.h-hero-inner{display:grid;grid-template-columns:1fr 480px;gap:60px;align-items:center;position:relative}.h-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--blue);margin-bottom:16px}.h-live-dot{width:8px;height:8px;border-radius:50%;background:#34d058;box-shadow:0 0 0 3px rgb(52 208 88 / .25);animation:onlinePulse 2s ease-in-out infinite;flex-shrink:0}.h-hero-text h1{font-family:'Inter','Inter Fallback',sans-serif;font-size:clamp(30px, 3.6vw, 50px);font-weight:800;line-height:1.15;color:var(--navy);margin-bottom:18px}.h-blue{color:var(--blue)}.h-hero-text p{font-size:15px;color:var(--text-muted);line-height:1.7;max-width:480px;margin-bottom:28px}.h-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.btn-lg-h{padding:12px 24px!important;font-size:14.5px!important}.h-hero-trust{display:flex;gap:20px;flex-wrap:wrap}.h-trust-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);font-weight:500}.h-check{color:#16a34a;font-weight:700;font-size:14px}.h-hero-visual{position:relative;height:360px}.h-browser{position:absolute;top:20px;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgb(26 115 232 / .18);overflow:hidden;border:1px solid var(--border)}.h-browser-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#f5f7fa;border-bottom:1px solid var(--border)}.hbb-dot{width:10px;height:10px;border-radius:50%}.hbb-dot.r{background:#ff5f57}.hbb-dot.y{background:#ffbd2e}.hbb-dot.g{background:#28c840}.hbb-url{flex:1;background:#fff;border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:11.5px;color:var(--text-muted);text-align:center;margin:0 6px}.h-browser-body{padding:18px;display:flex;flex-direction:column;gap:10px}.hbb-skeleton{height:10px;background:linear-gradient(90deg,#e8f0fe 25%,#d0e2ff 50%,#e8f0fe 75%);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s infinite}.hbb-row{display:flex;gap:10px}.sk1{width:60%}.sk2{width:85%}.sk3{width:45%}.sk4{flex:1;height:40px;border-radius:8px}.sk5{width:75%}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.h-feature-card{position:absolute;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 14px;box-shadow:0 4px 20px rgb(0 0 0 / .1);font-size:13px;z-index:2;animation:cardFloat 3s ease-in-out infinite}.hfc1{top:0;right:-10px;animation-delay:0s}.hfc2{top:110px;right:-20px;animation-delay:.7s}.hfc3{bottom:60px;right:-10px;animation-delay:1.4s}@keyframes cardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.hfc-icon{width:34px;height:34px;border-radius:8px;background:var(--blue-light);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hfc-icon--green{background:#dcfce7;color:#16a34a}.hfc-icon--purple{background:#f3e8ff;color:#7e22ce}.h-feature-card strong{display:block;font-size:12.5px;font-weight:700;color:var(--navy)}.h-feature-card span{display:block;font-size:11px;color:var(--text-muted)}.h-packages{padding:72px 0 56px;background:var(--bg)}.h-pkg-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;gap:20px;flex-wrap:wrap}.h-pkg-eyebrow{display:inline-block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--blue);margin-bottom:8px}.h-pkg-head h2{font-size:26px;font-weight:800;color:var(--navy);margin-bottom:6px}.h-pkg-head p{font-size:13.5px;color:var(--text-muted)}.h-billing-toggle{display:flex;align-items:center;gap:10px;flex-shrink:0}.hbt-label{font-size:13.5px;font-weight:600;color:var(--text-muted);display:flex;align-items:center;gap:6px}.hbt-save{font-style:normal;font-size:11px;font-weight:700;background:#dcfce7;color:#15803d;padding:2px 8px;border-radius:20px}.hbt-switch{position:relative;width:44px;height:24px;cursor:pointer}.hbt-switch input{opacity:0;width:0;height:0}.hbt-slider{position:absolute;inset:0;background:var(--border);border-radius:20px;transition:background .2s}.hbt-slider::after{content:'';position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 4px rgb(0 0 0 / .15)}.hbt-switch input:checked+.hbt-slider{background:var(--blue)}.hbt-switch input:checked+.hbt-slider::after{transform:translateX(20px)}.h-pkg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.h-pkg-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px 18px;display:flex;flex-direction:columns;flex-direction:column;gap:14px;position:relative;transition:box-shadow .2s,transform .2s}.h-pkg-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.hpc-popular{background:linear-gradient(145deg,#1a73e8,#1250c4);border:2px solid var(--blue);transform:translateY(-6px);box-shadow:0 10px 32px rgb(26 115 232 / .3)}.hpc-popular:hover{transform:translateY(-9px)}.hpc-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#fff;color:var(--blue);font-size:11px;font-weight:700;padding:3px 14px;border-radius:20px;white-space:nowrap;border:2px solid var(--blue);display:flex;align-items:center;gap:4px}.hpc-cat{display:inline-flex;align-items:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 10px;border-radius:20px;align-self:flex-start;white-space:nowrap}.hpc-cat--wp{background:#f3e8ff;color:#7e22ce}.hpc-cat--plesk{background:#fff7ed;color:#c2410c}.hpc-cat--kurumsal{background:#fef3c7;color:#b45309}.hpc-cat--baslangic{background:#dcfce7;color:#15803d}.hpc-cat--standart{background:#e0f2fe;color:#0369a1}.hpc-cat--pro{background:#e8f0fe;color:#1a73e8}.hpc-name{font-size:16px;font-weight:700;color:var(--navy)}.hpc-popular .hpc-name{color:#fff}.hpc-desc{font-size:12.5px;color:var(--text-muted);line-height:1.5;margin:0}.hpc-popular .hpc-desc{color:rgb(255 255 255 / .7)}.hpc-price-wrap{margin-top:4px}.hpc-price{font-size:36px;font-weight:800;line-height:1;color:var(--navy)}.hpc-popular .hpc-price{color:#fff}.hpc-price sub{font-size:13px;font-weight:400;color:var(--text-muted);vertical-align:baseline}.hpc-popular .hpc-price sub{color:rgb(255 255 255 / .65)}.hpc-hr{border:none;border-top:1px solid var(--border);margin:0}.hpc-hr--w{border-top-color:rgb(255 255 255 / .2)}.hpc-feats{display:flex;flex-direction:column;gap:9px;flex:1}.hpc-feats li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.hpc-feats svg{width:15px;height:15px;flex-shrink:0}.hpc-feats--w li{color:rgb(255 255 255 / .85)}.hpc-feat-muted{opacity:.55}.hpc-popular .hpc-feats li{color:rgb(255 255 255 / .92)!important}.hpc-popular .hpc-feats li svg circle{stroke:rgb(255 255 255 / .5)!important}.hpc-popular .hpc-feats li svg path{stroke:#fff!important}.hpc-popular .hpc-hr{border-color:rgb(255 255 255 / .18)!important;opacity:1!important}.hpc-popular .hpc-cat{background:rgb(255 255 255 / .18)!important;color:#fff!important}.hpc-popular .hpc-btn{background:#fff!important;color:#1a73e8!important;border-color:#fff!important}.hpc-popular .hpc-btn:hover{background:#f0f4ff!important}.hpc-btn{margin-top:auto}.h-pkg-compare{text-align:center;margin-top:24px}.h-pkg-compare a{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:13.5px;font-weight:600}.h-pkg-compare a:hover{text-decoration:underline}.h-why{padding:80px 0;background:#fff}.h-why-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.h-why-eyebrow{display:inline-block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--blue);margin-bottom:12px}.h-why-text h2{font-size:28px;font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:14px}.h-why-text p{font-size:14.5px;color:var(--text-muted);line-height:1.7;margin-bottom:24px}.h-why-list{display:flex;flex-direction:column;gap:12px}.h-why-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text);font-weight:500}.h-why-ico{width:24px;height:24px;border-radius:6px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--blue);margin-top:1px}.h-why-features{display:grid;grid-template-columns:1fr 1fr;gap:14px}.h-why-feat{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;transition:box-shadow .2s,transform .2s,border-color .2s}.h-why-feat:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--blue-mid)}.hwf-icon{width:44px;height:44px;border-radius:11px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:background .2s}.h-why-feat:hover .hwf-icon{background:var(--blue)}.h-why-feat:hover .hwf-icon svg{stroke:#fff}.h-why-feat strong{display:block;font-size:13.5px;font-weight:700;color:var(--navy);margin-bottom:6px}.h-why-feat p{font-size:12.5px;color:var(--text-muted);line-height:1.6}.h-faq{padding:80px 0;background:var(--bg)}.h-faq-inner{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start}.h-faq-eyebrow{display:inline-block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--blue);margin-bottom:10px}.h-faq-head h2{font-size:24px;font-weight:800;color:var(--navy);margin-bottom:8px}.h-faq-head p{font-size:13.5px;color:var(--text-muted)}.h-faq-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.h-faq-item{border-bottom:1px solid var(--border);transition:background .12s}.h-faq-item:last-child{border-bottom:none}.h-faq-open{background:var(--blue-light)}.h-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;background:none;border:none;cursor:pointer;text-align:left;font-family:'Inter','Inter Fallback',sans-serif;font-size:14px;font-weight:600;color:var(--navy);transition:color .15s}.h-faq-q svg{flex-shrink:0;color:var(--text-muted);transition:transform .25s}.h-faq-open .h-faq-q{color:var(--blue)}.h-faq-open .h-faq-q svg{transform:rotate(180deg);color:var(--blue)}.h-faq-a{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.h-faq-open .h-faq-a{max-height:300px}.h-faq-a p{padding:0 20px 18px;font-size:13.5px;color:var(--text-muted);line-height:1.7}@media(max-width:1100px){.h-pkg-grid{grid-template-columns:repeat(2,1fr)}.hpc-popular{transform:none}.hpc-popular:hover{transform:translateY(-3px)}}@media(max-width:900px){.h-hero-inner{grid-template-columns:1fr}.h-hero-visual{display:none}.h-why-inner{grid-template-columns:1fr;gap:36px}.h-faq-inner{grid-template-columns:1fr;gap:28px}.h-pkg-head{flex-direction:column;align-items:flex-start;gap:16px}}@media(max-width:768px){.h-pkg-grid{grid-template-columns:1fr 1fr}.h-why-features{grid-template-columns:1fr 1fr}.h-hero-trust{flex-direction:column;gap:8px}}@media(max-width:520px){.h-pkg-grid{grid-template-columns:1fr}.hpc-popular{transform:none}.h-why-features{grid-template-columns:1fr}.h-billing-toggle{flex-wrap:wrap}.h-hero-text h1{font-size:26px}}