*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--light-bg);overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.5rem;color:var(--primary-color)}:focus-visible{outline:var(--focus-outline-width) solid var(--primary-color);outline-offset:var(--focus-outline-offset)}.skip-to-main{position:absolute;top:-100px;left:0;background:var(--primary-color);color:var(--white);padding:.875rem 2rem;text-decoration:none;font-weight:600;z-index:10000;border-radius:0 0 8px;transition:top .3s}.skip-to-main:focus{top:0;outline:3px solid var(--white);outline-offset:-3px}html{scroll-behavior:smooth;scroll-padding-top:88px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}html[dir=rtl] .nav-links{flex-direction:row-reverse}html[dir=rtl] .language-dropdown{right:auto;left:0}.language-picker{position:relative;display:inline-block}.language-btn{background:transparent;border:2px solid var(--primary-color);color:var(--text-dark);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.95rem;display:flex;align-items:center;gap:.5rem;transition:all .3s;min-width:44px;min-height:44px}.language-btn:hover{background:var(--primary-color);color:#fff}.language-btn:focus,.language-btn:focus-visible{outline:var(--focus-outline-width) solid var(--primary-color);outline-offset:var(--focus-outline-offset)}.lang-name{font-weight:500}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:200px;max-height:400px;overflow-y:auto;z-index:1000;padding:.5rem 0}.language-option{width:100%;padding:.75rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:background .2s;font-size:.95rem;min-height:44px}.language-option:hover{background:var(--light-bg)}.language-option:focus,.language-option:focus-visible{background:var(--light-bg);outline:2px solid var(--primary-color);outline-offset:-2px}.language-option.active{background:var(--accent-color);color:#fff;font-weight:600}.language-option span{flex:1}@media (max-width: 768px){.language-picker{position:static}.language-dropdown{position:fixed;top:80px;left:1rem;right:1rem;max-height:60vh}}.contact-shell{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr);gap:1.5rem;align-items:stretch;max-width:1080px;margin:0 auto}.contact-direct{display:grid;gap:1rem}.contact-direct-card,.contact-form{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.contact-direct-card{padding:1.35rem}.contact-direct-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:1rem;border-radius:14px;color:var(--white);background:var(--primary-dark);font-weight:900}.contact-direct-card h3{margin:0 0 .5rem;color:var(--text-dark);font-size:1.15rem}.contact-direct-card p{margin:0;color:var(--text-light);line-height:1.7}.contact-linkedin{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.25rem;border-radius:999px;color:var(--white);background:var(--primary-dark);font-weight:900;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.contact-linkedin:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.contact-linkedin:focus-visible{outline:var(--focus-outline-width) solid var(--primary-dark);outline-offset:var(--focus-outline-offset)}.contact-form{padding:clamp(1.25rem,4vw,2rem)}.form-honeypot{position:absolute;left:-9999px;opacity:0}.form-group{margin-bottom:1.15rem}.form-group label{display:block;margin-bottom:.45rem;color:var(--text-dark);font-weight:900}.form-group input,.form-group select,.form-group textarea{width:100%;min-height:48px;padding:.82rem .95rem;border:2px solid var(--border);border-radius:14px;color:var(--text-dark);background:var(--white);font:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group textarea{min-height:140px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #1d4ed829}.btn-submit{width:100%;min-height:52px;border:0;border-radius:999px;color:var(--white);background:var(--primary-dark);font:inherit;font-size:1.05rem;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-submit:focus-visible{outline:var(--focus-outline-width) solid var(--primary-dark);outline-offset:var(--focus-outline-offset)}.btn-submit:disabled{cursor:not-allowed;opacity:.68}.message{margin-bottom:1rem;padding:.95rem 1rem;border-radius:14px;font-weight:800;line-height:1.5}.message.success{color:#052e16;background:#dcfce7;border:1px solid #86efac}.message.error{color:#450a0a;background:#fee2e2;border:1px solid #fca5a5}@media (max-width: 900px){.contact-shell{grid-template-columns:1fr}}:root{--primary-color: #1d4ed8;--primary-dark: #1e3a8a;--accent-color: #0f766e;--dark-bg: #07111f;--dark-panel: #0f1d32;--light-bg: #f8fafc;--surface: #ffffff;--surface-strong: #eef4ff;--text-dark: #0f172a;--text-light: #334155;--text-muted: #475569;--white: #ffffff;--success: #15803d;--warning: #b45309;--border: #d8e2f0;--shadow-sm: 0 10px 30px rgba(15, 23, 42, .08);--shadow-md: 0 24px 70px rgba(15, 23, 42, .16);--shadow-dark: 0 28px 90px rgba(0, 0, 0, .35);--radius-md: 18px;--radius-lg: 28px;--focus-outline-width: 3px;--focus-outline-offset: 3px}.container{width:min(1180px,calc(100% - 2rem));margin:0 auto}.header{position:fixed;inset:0 0 auto;z-index:1000;background:#ffffffed;border-bottom:1px solid rgba(216,226,240,.85);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{width:min(1180px,calc(100% - 2rem));min-height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.logo{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;color:var(--white);background:linear-gradient(135deg,var(--primary-dark),var(--accent-color));font-size:1.05rem;font-weight:800;letter-spacing:-.05em;text-decoration:none;box-shadow:0 16px 40px #1d4ed847}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.nav-links a{min-height:44px;display:inline-flex;align-items:center;padding:.55rem .85rem;border-radius:999px;color:var(--text-dark);font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.nav-links a:hover{color:var(--primary-dark);background:var(--surface-strong);transform:translateY(-1px)}.nav-links a:focus-visible,.logo:focus-visible,.hamburger:focus-visible,.nav-overlay:focus-visible{outline:var(--focus-outline-width) solid var(--primary-color);outline-offset:var(--focus-outline-offset)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;min-width:44px;min-height:44px;padding:.5rem;border:0;border-radius:12px;background:var(--surface-strong);cursor:pointer;z-index:1002}.hamburger span{display:block;width:24px;height:2px;border-radius:99px;background:var(--text-dark);transition:transform .2s ease,opacity .2s ease}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;border:0;background:#07111f9e;cursor:pointer}.hero{position:relative;overflow:hidden;padding:8rem 0 3rem;color:var(--white);background:radial-gradient(circle at 18% 20%,rgba(29,78,216,.5),transparent 30%),radial-gradient(circle at 80% 8%,rgba(15,118,110,.45),transparent 32%),linear-gradient(135deg,#07111f,#0e1d34 48%,#10233d)}.hero:after{content:"";position:absolute;inset:auto -10% -35% 35%;height:420px;border-radius:999px;background:#ffffff14;filter:blur(60px);pointer-events:none}.hero-shell{position:relative;z-index:1;width:min(1180px,calc(100% - 2rem));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(2rem,5vw,5rem);align-items:center}.hero-content{max-width:760px}.hero-kicker,.section-eyebrow,.hero-card-eyebrow{margin:0 0 .9rem;color:#bfdbfe;font-size:.875rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.section-eyebrow{color:var(--primary-dark);text-align:center}.hero h1{margin:0;color:var(--white);font-size:clamp(3rem,9vw,6.75rem);line-height:.9;letter-spacing:-.08em}.hero .subtitle{margin:1.25rem 0 0;color:#eff6ff;font-size:clamp(1.35rem,3vw,2.2rem);font-weight:800;line-height:1.15}.hero .description{max-width:700px;margin:1.35rem 0 0;color:#e2e8f0;font-size:clamp(1rem,2vw,1.18rem);line-height:1.8}.availability-badge{display:inline-flex;align-items:center;gap:.55rem;margin:1.6rem 0 0;padding:.7rem 1rem;border:1px solid rgba(187,247,208,.55);border-radius:999px;color:#dcfce7;background:#15803d38;font-weight:800}.availability-dot{width:.65rem;height:.65rem;border-radius:50%;background:#86efac;box-shadow:0 0 0 6px #86efac29}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary,.plugins-marketplace-link,.award-badge-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.35rem;border-radius:999px;font-weight:900;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn-primary{color:var(--primary-dark);background:var(--white);box-shadow:0 18px 40px #ffffff38}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 52px #ffffff4d}.btn-secondary{color:var(--white);border:2px solid rgba(255,255,255,.72);background:#ffffff14}.btn-secondary:hover{color:var(--dark-bg);background:var(--white);transform:translateY(-2px)}.btn-primary:focus-visible,.btn-secondary:focus-visible,.plugins-marketplace-link:focus-visible,.award-badge-button:focus-visible{outline:var(--focus-outline-width) solid var(--white);outline-offset:var(--focus-outline-offset)}.social-links{display:flex;gap:.85rem;margin-top:1.8rem}.social-links a{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--white);background:#ffffff24;border:1px solid rgba(255,255,255,.2);transition:transform .2s ease,background .2s ease}.social-links a:hover{background:#ffffff3d;transform:translateY(-2px)}.social-links a:focus-visible{outline:var(--focus-outline-width) solid var(--white);outline-offset:var(--focus-outline-offset)}.hero-card{position:relative;padding:clamp(1.5rem,4vw,2.3rem);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);background:#ffffff1f;box-shadow:var(--shadow-dark);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.hero-card h2{margin:0;color:var(--white);font-size:clamp(1.65rem,4vw,2.6rem);line-height:1.05;letter-spacing:-.04em}.hero-card p{color:#e2e8f0;line-height:1.75}.hero-card ul{display:grid;gap:.75rem;margin:1.4rem 0 0;padding:0;list-style:none}.hero-card li{display:flex;gap:.65rem;color:var(--white);font-weight:800}.hero-card li:before{content:"✓";color:#bbf7d0}.trust-stats{position:relative;z-index:1;width:min(1180px,calc(100% - 2rem));margin:3rem auto 0;padding:1.3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-lg);background:#ffffff14}.trust-stat{text-align:center}.trust-stat-number{display:block;color:var(--white);font-size:clamp(1.75rem,4vw,2.55rem);font-weight:900;line-height:1}.trust-stat-label{display:block;margin-top:.4rem;color:#dbeafe;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.proof-strip,.about,.portfolio,.contact-section{padding:6rem 0;background:var(--surface)}.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.proof-card,.service-card,.process-step,.portfolio-card,.book-content{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.proof-card{padding:1.4rem}.proof-card span{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--white);background:var(--success);font-weight:900}.proof-card h2{margin:1rem 0 .4rem;color:var(--text-dark);font-size:1.15rem}.proof-card p,.portfolio-card p,.service-card p,.process-step p,.about-intro,.timeline-content p,.book-description,.section-subtitle{color:var(--text-light)}.section-title{max-width:880px;margin:0 auto 1rem;color:var(--text-dark);font-size:clamp(2.1rem,5vw,4.25rem);line-height:1;letter-spacing:-.055em;text-align:center}.section-subtitle{max-width:780px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.8;text-align:center}.about-content{max-width:980px;margin:3rem auto 0}.about-intro{margin:0 auto 3rem;font-size:1.22rem;line-height:1.85;text-align:center}.journey h3,.tech-stack h3,.clients-section h3{margin:0 0 1.6rem;color:var(--text-dark);font-size:1.6rem;text-align:center}.timeline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:3rem}.timeline-item{position:relative;padding:1.4rem 1.4rem 1.4rem 3rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--light-bg)}.timeline-marker{position:absolute;top:1.55rem;left:1.2rem;width:.8rem;height:.8rem;border-radius:50%;background:var(--primary-color);box-shadow:0 0 0 6px #1d4ed824}.timeline-content h4{margin:0 0 .4rem;color:var(--text-dark);font-size:1.1rem}.timeline-content p{margin:0;line-height:1.7}.tech-tags,.clients-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.tech-tag,.client-tag,.result-tag,.plugin-tag{display:inline-flex;align-items:center;min-height:36px;padding:.45rem .8rem;border-radius:999px;font-size:.88rem;font-weight:800}.tech-tag{color:var(--primary-dark);background:var(--surface-strong);border:1px solid #bfdbfe}.services,.process,.book-section{padding:6rem 0;background:var(--light-bg)}.services-grid,.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.service-card,.portfolio-card{padding:1.65rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-card:hover,.portfolio-card:hover,.process-step:hover,.plugin-card:hover{transform:translateY(-5px)}.service-card:hover,.portfolio-card:hover,.process-step:hover{border-color:#93c5fd;box-shadow:var(--shadow-md)}.service-icon,.portfolio-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;border-radius:18px;color:var(--primary-dark);background:linear-gradient(135deg,#dbeafe,#ccfbf1)}.service-icon-svg,.portfolio-icon-svg{width:42px;height:42px}.service-card h3,.portfolio-card h3,.process-step h3{margin:0 0 .7rem;color:var(--text-dark);font-size:1.25rem;line-height:1.25}.service-card p,.portfolio-card p,.process-step p{margin:0;line-height:1.7}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.process-step{padding:1.5rem}.process-step-number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:16px;color:var(--white);background:var(--primary-dark);font-size:1.15rem;font-weight:900}.portfolio-results{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.15rem}.result-tag{color:var(--primary-dark);background:var(--surface-strong)}.clients-section{margin-top:3.5rem}.client-tag{color:var(--white);background:var(--primary-dark)}.plugins-section{padding:6rem 0;color:var(--white);background:radial-gradient(circle at 12% 8%,rgba(37,99,235,.45),transparent 34%),radial-gradient(circle at 88% 10%,rgba(15,118,110,.35),transparent 34%),var(--dark-bg)}.plugins-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.plugins-section .section-eyebrow,.plugins-section .section-title,.plugins-section .section-subtitle{margin-left:0;text-align:left}.plugins-section .section-title{color:var(--white)}.plugins-section .section-subtitle{color:#dbeafe;margin-bottom:0}.plugins-marketplace-link{flex:0 0 auto;color:var(--primary-dark);background:var(--white)}.plugins-catalog{margin-top:2rem}.plugins-status{width:fit-content;margin-bottom:1rem;padding:.55rem .85rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#dbeafe;background:#ffffff14;font-size:.86rem;font-weight:800}.plugins-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.plugin-card{min-height:100%;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-lg);background:#0f1d32d1;box-shadow:var(--shadow-dark);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.plugin-card:hover{border-color:#93c5fd94;box-shadow:0 36px 92px #00000073}.plugin-card-link{height:100%;display:flex;flex-direction:column;padding:1.5rem;color:inherit;text-decoration:none}.plugin-card-link:focus-visible{outline:var(--focus-outline-width) solid var(--white);outline-offset:var(--focus-outline-offset)}.plugin-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.plugin-icon{width:48px;height:48px;flex:0 0 48px;border-radius:14px;object-fit:cover}.plugin-icon-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--white);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));font-size:.8rem;font-weight:900;letter-spacing:-.04em}.plugin-pricing-badge{padding:.38rem .75rem;border-radius:999px;color:#dcfce7;background:#15803d57;border:1px solid rgba(187,247,208,.32);font-size:.75rem;font-weight:900;letter-spacing:.08em}.plugin-card-content{display:flex;flex:1;flex-direction:column}.plugin-title{margin:0;color:var(--white);font-size:1.3rem;line-height:1.25}.plugin-preview{margin:.8rem 0 0;color:#dbeafe;line-height:1.7}.plugin-meta{display:grid;gap:.8rem;margin-top:auto;padding-top:1.2rem}.plugin-downloads{color:#eff6ff;font-weight:800}.plugin-tags{display:flex;flex-wrap:wrap;gap:.45rem}.plugin-tag{color:#dbeafe;background:#dbeafe1a;border:1px solid rgba(219,234,254,.18)}.books-grid{display:grid;gap:1.25rem}.book-content{display:grid;grid-template-columns:minmax(220px,.38fr) minmax(0,.62fr);gap:2rem;align-items:center;padding:1.5rem}.book-featured{background:linear-gradient(135deg,#fff,#eef4ff)}.book-image-container{position:relative;display:flex;justify-content:center;padding:1rem;border-radius:22px;background:var(--white);box-shadow:inset 0 0 0 1px var(--border)}.book-cover{width:min(100%,300px);display:block;border-radius:16px;box-shadow:0 18px 42px #0f172a2e}.new-badge{position:absolute;top:.7rem;right:.7rem;z-index:1;padding:.4rem .65rem;border-radius:999px;color:var(--white);background:#14532d;font-size:.75rem;font-weight:900;letter-spacing:.08em}.book-details{display:grid;gap:1rem}.book-title-main{margin:0;color:var(--text-dark);font-size:clamp(1.45rem,3vw,2rem);line-height:1.15}.book-subtitle{margin:0;color:var(--primary-dark);font-size:1.12rem}.book-description{margin:0;line-height:1.75}.book-highlights h4{margin:0 0 .65rem;color:var(--text-dark)}.book-highlights ul{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.book-highlights li{display:flex;gap:.55rem;color:var(--text-light)}.book-highlights li:before{content:"•";color:var(--primary-color);font-weight:900}.book-cta{display:flex;flex-wrap:wrap;gap:.75rem}.book-section .btn-primary,.award-badge-button{color:var(--white);background:var(--primary-dark);box-shadow:none}.award-badge-button{border:2px solid var(--primary-dark)}.book-section .btn-primary:focus-visible,.award-badge-button:focus-visible{outline-color:var(--primary-dark)}.accessibility-statement{padding:4rem 0;color:var(--white);background:var(--primary-dark)}.accessibility-statement .container{max-width:900px;text-align:center}.accessibility-statement h2{margin:0 0 1rem;color:var(--white)}.accessibility-statement p{color:#eff6ff;line-height:1.75}.accessibility-statement .standards{font-weight:900}.footer{padding:3rem 0;color:#dbeafe;background:var(--dark-bg);text-align:center}.footer-tagline{margin:0 0 1rem;color:var(--white);font-weight:900}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem;margin-bottom:1.2rem}.footer-links a{min-height:44px;display:inline-flex;align-items:center;color:#dbeafe;font-weight:800;text-decoration:none}.footer-links a:hover{color:var(--white)}.footer-links a:focus-visible{outline:var(--focus-outline-width) solid var(--white);outline-offset:var(--focus-outline-offset)}.footer-separator{color:#dbeafe73}@media (max-width: 1024px){.hero-shell,.book-content{grid-template-columns:1fr}.services-grid,.portfolio-grid,.proof-grid,.process-grid,.trust-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 840px){.hamburger{display:flex}.nav-links{display:none;position:fixed;top:0;right:0;z-index:1001;width:min(84vw,360px);height:100vh;padding:5.5rem 1.25rem 2rem;flex-direction:column;align-items:stretch;gap:.35rem;background:var(--white);box-shadow:-18px 0 60px #0f172a38}.nav-links.nav-open{display:flex}.nav-links a{justify-content:flex-start;border-radius:14px}.hero{padding-top:6.5rem}.plugins-header{align-items:flex-start;flex-direction:column}}@media (max-width: 700px){.proof-grid,.services-grid,.portfolio-grid,.plugins-grid,.timeline,.process-grid,.trust-stats{grid-template-columns:1fr}.hero h1{font-size:clamp(3rem,17vw,4.75rem)}.cta-buttons,.book-cta{flex-direction:column}.cta-buttons a,.book-cta a,.plugins-marketplace-link{width:100%}.proof-strip,.about,.services,.process,.portfolio,.plugins-section,.book-section,.contact-section{padding:4.5rem 0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
