@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700&family=DM+Sans:wght@300;400;500;600;700&display=swap");:root{--primary:#2563eb;--primary-light:#eff6ff;--accent:#0ea5e9;--success:#10b981;--warn:#f59e0b;--danger:#ef4444;--dark:#0f172a;--text:#1e293b;--muted:#64748b;--border:#e2e8f0;--bg:#f8fafc;--white:#fff;--radius:12px;--radius-lg:20px;--shadow:0 1px 3px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.06);--shadow-lg:0 8px 40px rgba(37,99,235,.12)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,Noto Sans Thai,sans-serif;color:var(--text);background:var(--white);line-height:1.6;font-size:17px;-webkit-font-smoothing:antialiased}.container{max-width:1160px;margin:0 auto;padding:0 24px}.badge{gap:6px;background:var(--primary-light);color:var(--primary);font-size:.95rem;padding:4px 12px;border-radius:50px;letter-spacing:.4px}.badge,.btn{display:inline-flex;align-items:center;font-weight:600}.btn{gap:8px;font-family:inherit;font-size:1.05rem;cursor:pointer;border:none;border-radius:var(--radius);padding:12px 24px;transition:all .2s;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 20px rgba(37,99,235,.3)}.btn-outline{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn-outline:hover{background:var(--primary-light)}.btn-white{background:var(--white);color:var(--primary)}.btn-white:hover{background:#f0f4ff}.section-label{font-size:1rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--primary);margin-bottom:12px}.section-title{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;color:var(--dark);line-height:1.25}.section-sub{color:var(--muted);font-size:1.15rem;margin-top:10px;max-width:560px}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:24px}.grid-2,.grid-3{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:16px}.tag{display:inline-block;font-size:.85rem;font-weight:600;padding:3px 10px;border-radius:50px}.tag-green{background:#dcfce7;color:#166534}.tag-blue{background:#dbeafe;color:#1e40af}.tag-yellow{background:#fef9c3;color:#854d0e}nav.main-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 24px;transition:box-shadow .2s}nav.main-nav.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.08)}.nav-inner{max-width:1160px;margin:0 auto;height:68px;gap:32px}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{font-size:1.35rem;font-weight:700;color:var(--dark);text-decoration:none;gap:8px}.nav-logo span{color:var(--primary)}.nav-links{display:flex;gap:28px;flex:1 1}.nav-links a{text-decoration:none;color:var(--muted);font-size:1.05rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-actions{display:flex;gap:10px;align-items:center;margin-left:auto}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}.hamburger span{width:22px;height:2px;background:var(--text);border-radius:2px;transition:.3s;display:block}.mobile-menu{display:none;position:fixed;top:68px;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99;flex-direction:column;padding:32px 24px;gap:8px;border-top:1px solid var(--border)}.mobile-menu.open{display:flex}.mobile-menu a{font-size:1.2rem;font-weight:600;color:var(--text);text-decoration:none;padding:14px 0;border-bottom:1px solid var(--border)}.mobile-menu a:last-of-type{border:none}.mobile-menu .btn{margin-top:16px;width:100%;justify-content:center;font-size:1rem;padding:14px}.hero{background:linear-gradient(160deg,#f0f7ff,#fff 55%,#f0fdf4);padding:100px 0 80px;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;top:-120px;right:-80px;width:500px;height:500px;background:radial-gradient(circle,rgba(37,99,235,.07) 0,transparent 70%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.hero-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:20px}.hero-dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero-title{font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:700;color:var(--dark);line-height:1.2;margin-bottom:18px}.hero-title em{font-style:normal;color:var(--primary)}.hero-desc{color:var(--muted);font-size:1.2rem;line-height:1.7;margin-bottom:32px}.hero-cta{gap:12px;margin-bottom:40px}.hero-cta,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:32px}.hero-stat strong{display:block;font-size:1.7rem;font-weight:700;color:var(--dark)}.hero-stat span{font-size:1rem;color:var(--muted)}.hero-visual{position:relative}.mock-screen{background:var(--white);border-radius:20px;border:1px solid var(--border);box-shadow:0 24px 80px rgba(0,0,0,.1);overflow:hidden}.mock-topbar{background:var(--bg);padding:12px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}.mock-dot{width:10px;height:10px;border-radius:50%}.mock-header{padding:20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.mock-title{font-weight:700;font-size:1.05rem}.mock-date{font-size:.9rem;color:var(--muted);background:var(--bg);padding:4px 10px;border-radius:50px}.mock-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:16px}.mock-card{background:var(--bg);border-radius:12px;padding:14px}.mock-card-label{font-size:.85rem;color:var(--muted);margin-bottom:4px;font-weight:500}.mock-card-val{font-size:1.4rem;font-weight:700;color:var(--dark)}.mock-card-sub{font-size:.82rem;margin-top:2px}.mock-list{padding:0 16px 16px;display:flex;flex-direction:column;gap:8px}.mock-row{gap:10px;background:var(--bg);border-radius:10px;padding:10px 14px}.mock-avatar,.mock-row{display:flex;align-items:center}.mock-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#93c5fd,#2563eb);flex-shrink:0;justify-content:center;color:#fff;font-size:.78rem;font-weight:700}.mock-name{font-size:.9rem;font-weight:600;flex:1 1}.mock-time{font-size:.85rem;color:var(--muted)}.mock-status{font-size:.78rem;font-weight:600;padding:3px 10px;border-radius:50px;background:#dcfce7;color:#166534}.mock-status.late{background:#fef3c7;color:#92400e}.floating-card{position:absolute;background:var(--white);border-radius:14px;border:1px solid var(--border);box-shadow:0 8px 30px rgba(0,0,0,.1);padding:12px 16px}.fc1{top:-16px;right:-24px}.fc1,.fc2{font-size:.9rem}.fc2{bottom:24px;left:-28px}.fc-label{color:var(--muted);font-size:.85rem;margin-bottom:2px}.fc-val{font-weight:700;color:var(--dark);font-size:1.05rem}.features{padding:96px 0}.features-header{text-align:center;margin-bottom:56px}.feature-card{border:1px solid var(--border)}.feature-card .icon-box{background:var(--primary-light);color:var(--primary)}.feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:8px}.feature-card p{font-size:1rem;color:var(--muted);line-height:1.65}.how{padding:80px 0;background:var(--bg)}.how-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.steps{display:flex;flex-direction:column;gap:0}.step{display:flex;gap:20px;position:relative;padding-bottom:32px}.step:last-child{padding-bottom:0}.step:before{content:"";position:absolute;left:19px;top:44px;width:2px;height:calc(100% - 44px);background:var(--border)}.step:last-child:before{display:none}.step-num{width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;font-size:.95rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-content h4{font-size:1.05rem;font-weight:700;margin-bottom:4px}.step-content p{font-size:1rem;color:var(--muted)}.phone-mock{max-width:300px;margin:0 auto;display:block;background:var(--dark);border-radius:36px;padding:14px;box-shadow:0 32px 80px rgba(0,0,0,.18)}.phone-screen{background:var(--white);border-radius:24px;overflow:hidden}.phone-notch{background:var(--dark);height:28px;display:flex;align-items:center;justify-content:center}.phone-notch-inner{width:80px;height:12px;background:#1a1a2e;border-radius:8px}.phone-content{padding:16px}.phone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.phone-greeting{font-size:.92rem;color:var(--muted)}.phone-name{font-size:1.1rem;font-weight:700}.phone-time-card{background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:16px;padding:20px;color:#fff;margin-bottom:14px}.phone-time-label{font-size:.85rem;opacity:.8;margin-bottom:4px}.phone-time-val{font-size:2rem;font-weight:700}.phone-time-status{font-size:.88rem;opacity:.85;margin-top:4px}.phone-btn{display:flex;gap:10px;margin-bottom:14px}.phone-btn-in{background:var(--success);color:#fff}.phone-btn-in,.phone-btn-out{flex:1 1;border:none;border-radius:10px;padding:12px;font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.phone-btn-out{background:#fee2e2;color:var(--danger)}.phone-recent-label{font-size:.85rem;font-weight:600;color:var(--muted);margin-bottom:8px}.phone-recent-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:.88rem}.phone-recent-item:last-child{border:none}.modules{padding:80px 0}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:40px}.tab{padding:10px 22px;border-radius:50px;border:1.5px solid var(--border);background:transparent;font-family:inherit;font-size:1rem;font-weight:600;color:var(--muted);cursor:pointer;transition:.2s}.tab.active{border-color:var(--primary);background:var(--primary);color:#fff}.module-panel{display:none}.module-panel.active{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.module-feature-list{display:flex;flex-direction:column;gap:14px;margin-top:24px}.mf-item{display:flex;gap:12px}.mf-icon{width:40px;height:40px;border-radius:10px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.mf-text h5{font-size:1rem;font-weight:700;margin-bottom:2px}.mf-text p{font-size:.95rem;color:var(--muted)}.module-screenshot{background:var(--bg);border-radius:var(--radius-lg);padding:24px;border:1px solid var(--border)}.ms-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ms-title{font-weight:700;font-size:1.05rem}.ms-actions{display:flex;gap:8px}.ms-btn{font-size:.88rem;padding:6px 14px;border-radius:50px;border:1px solid var(--border);background:var(--white);cursor:pointer;font-family:inherit}.ms-table{width:100%;border-collapse:collapse}.ms-table th{font-size:.88rem;font-weight:600;color:var(--muted);text-align:left;padding:8px 10px;border-bottom:1px solid var(--border)}.ms-table td{font-size:.95rem;padding:10px;border-bottom:1px solid #f1f5f9}.ms-table tr:last-child td{border:none}.bar-row{display:flex;flex-direction:column;gap:8px}.bar-item{display:flex;align-items:center;gap:10px}.bar-label{font-size:.9rem;width:60px;flex-shrink:0}.bar-track{flex:1 1;height:10px;background:var(--border);border-radius:50px;overflow:hidden}.bar-fill{height:100%;border-radius:50px;background:var(--primary)}.bar-val{font-size:.88rem;font-weight:600;color:var(--muted);width:40px;text-align:right}.pricing{padding:96px 0;background:var(--bg)}.pricing-header{text-align:center;margin-bottom:56px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;max-width:960px;margin:0 auto}.pricing-card{background:var(--white);border-radius:var(--radius-lg);padding:32px;border:1.5px solid var(--border);position:relative}.pricing-card.popular{border-color:var(--primary)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;font-size:.85rem;font-weight:700;padding:4px 16px;border-radius:50px;white-space:nowrap}.pricing-plan{font-size:.95rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}.pricing-price{font-size:2.4rem;font-weight:700;color:var(--dark);line-height:1}.pricing-price sub{font-size:1rem;font-weight:400;color:var(--muted)}.pricing-per{font-size:.95rem;color:var(--muted);margin-bottom:20px}.pricing-divider{border:none;border-top:1px solid var(--border);margin:20px 0}.pricing-features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.pf-item{display:flex;gap:10px;align-items:flex-start;font-size:1rem}.pf-check{color:var(--success)}.pf-check,.pf-cross{flex-shrink:0;margin-top:1px}.pf-cross{color:#cbd5e1}.testimonials{padding:80px 0;background:var(--bg)}.testimonials-header{text-align:center;margin-bottom:48px}.testi-card{background:var(--white);padding:28px;border:1px solid var(--border);border-radius:var(--radius-lg)}.testi-stars{color:#f59e0b;font-size:1rem;margin-bottom:14px}.testi-quote{font-size:1rem;color:var(--text);line-height:1.7;margin-bottom:18px;font-style:italic}.testi-author{gap:12px}.testi-author,.testi-avatar{display:flex;align-items:center}.testi-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#93c5fd,#2563eb);color:#fff;justify-content:center;font-weight:700;font-size:.95rem}.testi-name{font-size:1rem;font-weight:700}.testi-role{font-size:.9rem;color:var(--muted)}.cta-banner{padding:80px 0;background:linear-gradient(135deg,var(--primary) 0,#0284c7 100%);color:#fff;text-align:center}.cta-banner h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin-bottom:12px}.cta-banner p{opacity:.85;font-size:1rem;margin-bottom:32px}.blog{padding:96px 0;background:var(--bg)}.blog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.blog-card-v{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.blog-card-v:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.blog-card-v-img{height:160px;display:flex;align-items:center;justify-content:center;font-size:3.5rem}.blog-card-v-body{padding:24px;flex:1 1;display:flex;flex-direction:column;gap:10px}.blog-card-v-title{font-size:1.05rem;font-weight:700;color:var(--dark);line-height:1.45}.blog-card-v-desc{font-size:.95rem;color:var(--muted);line-height:1.65;flex:1 1}.blog-meta{display:flex;align-items:center;gap:10px}.blog-cat{font-size:.78rem;font-weight:700;padding:3px 10px;border-radius:50px}.cat-blue{background:#dbeafe;color:#1e40af}.cat-green{background:#dcfce7;color:#166534}.cat-purple{background:#ede9fe;color:#6d28d9}.blog-date{font-size:.85rem;color:var(--muted)}.blog-read-btn{font-size:.95rem;font-weight:600;color:var(--primary);text-decoration:none;margin-top:4px}footer.main-footer{background:var(--dark);color:#94a3b8;padding:60px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:48px}.footer-brand{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:12px}.footer-brand span{color:var(--accent)}.footer-brand-logo{display:inline-block;margin-bottom:12px;opacity:.9;transition:opacity .2s}.footer-brand-logo:hover{opacity:1}.footer-desc{font-size:.95rem;line-height:1.7}.footer-heading{color:#fff;font-size:1rem;font-weight:700;margin-bottom:14px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{text-decoration:none;color:#94a3b8;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #1e293b;padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;flex-wrap:wrap;gap:12px}.page-hero{background:linear-gradient(160deg,#f0f7ff,#fff 60%);padding:64px 0 48px;border-bottom:1px solid var(--border)}.page-hero h1{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;color:var(--dark);margin-bottom:10px}.page-hero p{color:var(--muted);font-size:1.1rem;max-width:600px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.88rem;color:var(--muted);margin-bottom:16px}.breadcrumb a{color:var(--primary);text-decoration:none}.page-content{padding:64px 0 80px}.prose h2{font-size:1.4rem;font-weight:700;color:var(--dark);margin:36px 0 12px}.prose h2:first-child{margin-top:0}.prose h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin:24px 0 8px}.prose p{color:var(--text);line-height:1.8;margin-bottom:14px;font-size:1rem}.prose ul{padding-left:20px;margin-bottom:14px}.prose ul li{line-height:1.8;color:var(--text);margin-bottom:6px}.prose a{color:var(--primary);text-decoration:underline}.guide-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:48px;gap:48px;align-items:start}.sidebar-nav{display:flex;flex-direction:column;gap:4px;position:-webkit-sticky;position:sticky;top:88px}.sidebar-nav a{padding:10px 14px;border-radius:var(--radius);text-decoration:none;color:var(--muted);font-size:.95rem;font-weight:500;transition:.2s;cursor:pointer;display:block}.sidebar-nav a.active,.sidebar-nav a:hover{background:var(--primary-light);color:var(--primary);font-weight:600}.guide-section{margin-bottom:48px;scroll-margin-top:100px}.guide-section h2{font-size:1.4rem;font-weight:700;color:var(--dark);margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--primary-light)}.guide-step{display:flex;gap:16px;margin-bottom:28px}.guide-num{width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.95rem}.guide-content h3{font-size:1.05rem;font-weight:700;margin-bottom:4px}.guide-content p{font-size:.97rem;color:var(--muted)}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;overflow:hidden}.faq-q{padding:18px 20px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;background:var(--white);width:100%;text-align:left;border:none;font-family:inherit}.faq-q:hover{background:var(--bg)}.faq-a{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;font-size:.97rem;color:var(--muted);line-height:1.7}.faq-a.open{max-height:300px;padding:0 20px 18px}.faq-icon{font-size:1.2rem;flex-shrink:0;transition:transform .3s}.faq-icon.open{transform:rotate(45deg)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.contact-card{background:var(--bg);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--border)}.contact-card h3{font-size:1.15rem;font-weight:700;margin-bottom:20px}.contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:.97rem}.contact-icon{font-size:1.2rem;flex-shrink:0;margin-top:2px}.form-group{margin-bottom:18px}.form-label{display:block;font-size:.92rem;font-weight:600;color:var(--text);margin-bottom:6px}.form-label span{color:var(--danger)}.form-input,.form-select,.form-textarea{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:1rem;color:var(--text);background:var(--white);transition:border-color .2s,box-shadow .2s;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-input::placeholder,.form-textarea::placeholder{color:#b0bec5}.form-textarea{min-height:120px;resize:vertical}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.trial-wrap{min-height:calc(100vh - 68px);display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.trial-left{background:linear-gradient(160deg,var(--primary) 0,#0284c7 100%);padding:64px 56px;color:#fff;display:flex;flex-direction:column;justify-content:center}.trial-left h1{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;line-height:1.25;margin-bottom:16px}.trial-left>p{font-size:1.05rem;opacity:.88;line-height:1.7;margin-bottom:40px}.trial-perks{display:flex;flex-direction:column;gap:14px}.perk{gap:12px;opacity:.95}.perk,.perk-icon{display:flex;align-items:center;font-size:1rem}.perk-icon{width:36px;height:36px;background:hsla(0,0%,100%,.15);border-radius:50%;justify-content:center;flex-shrink:0}.trial-right{background:var(--bg);padding:64px 56px;display:flex;flex-direction:column;justify-content:center}.trial-right h2{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:6px}.trial-right .sub{font-size:.95rem;color:var(--muted);margin-bottom:32px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-submit{width:100%;padding:15px;font-size:1.05rem;justify-content:center;margin-top:8px}.form-note{font-size:.85rem;color:var(--muted);text-align:center;margin-top:14px}.success-box{background:#dcfce7;border-radius:var(--radius-lg);padding:40px;text-align:center}.success-box h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin:12px 0 8px}.success-box p{color:var(--muted);margin-bottom:24px}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.blog-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr 1fr}.pricing-grid .pricing-card:last-child{grid-column:span 2;max-width:400px;margin:0 auto;width:100%}}@media(max-width:768px){.nav-links{display:none}.hamburger{display:flex}.nav-actions .btn-outline{display:none}.nav-actions .btn-primary{font-size:.85rem;padding:8px 14px}.hero{padding:56px 0 48px}.hero-inner{grid-template-columns:1fr;gap:32px}.hero-visual{order:-1}.fc1,.fc2{display:none}.hero-title{font-size:clamp(1.8rem,6vw,2.4rem)}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%;justify-content:center}.blog,.features,.how,.modules,.pricing,.testimonials{padding:60px 0}.grid-2,.grid-3,.how-grid,.module-panel.active{grid-template-columns:1fr}.tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap}.pricing-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}.pricing-grid .pricing-card:last-child{grid-column:span 1;max-width:100%}.blog-grid{grid-template-columns:1fr}.blog-header{flex-direction:column;align-items:flex-start;gap:14px}.section-title{font-size:clamp(1.6rem,5vw,2rem)}.trial-wrap{grid-template-columns:1fr}.trial-left,.trial-right{padding:48px 32px}.contact-grid,.guide-layout{grid-template-columns:1fr}.sidebar-nav{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.container{padding:0 16px}.hero{padding:44px 0 40px}.trial-left,.trial-right{padding:36px 20px}.footer-grid,.form-row{grid-template-columns:1fr}}