.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .2s ease}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:900px;max-height:90vh;z-index:1001;background:#fff;border-radius:12px;box-shadow:0 10px 50px #0003;overflow-y:auto;animation:slideUp .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0;background:#fafafa;border-radius:12px 12px 0 0}.modal-title{margin:0;font-size:24px;font-weight:600;color:#1a1a1a}.modal-close{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.modal-close:hover:not(:disabled){background:#e0e0e0;color:#000}.modal-close:disabled{opacity:.5;cursor:not-allowed}.checkout-form{padding:24px}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:24px}@media(max-width:768px){.checkout-grid{grid-template-columns:1fr;gap:24px}}.form-error{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:12px 16px;margin-bottom:24px;color:#856404;display:flex;align-items:center;gap:12px;font-size:14px}.form-error-icon{font-size:18px;flex-shrink:0}.form-section{min-width:0}.form-section-title{margin:0 0 16px;font-size:16px;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px}.form-divider{height:1px;background:#e0e0e0;margin:32px 0}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.form-input,.form-textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s ease;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#666;box-shadow:0 0 0 3px #6666661a}.form-input:disabled,.form-textarea:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.form-input-error{border-color:#c0392b!important}.form-textarea{resize:vertical}.form-hint{font-size:12px;color:#999;margin-top:4px}.form-error-text{display:block;font-size:12px;color:#c0392b;margin-top:4px}.order-summary{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:24px;height:fit-content;position:sticky;top:24px}.summary-title{margin:0 0 20px;font-size:16px;font-weight:600;color:#1a1a1a}.summary-items{margin-bottom:16px}.summary-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.summary-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.summary-item-name{flex:1;min-width:0}.summary-item-title{font-size:13px;font-weight:500;color:#333;margin-bottom:4px;line-height:1.3}.summary-item-opts{font-size:12px;color:#999;margin-bottom:4px}.summary-item-qty{font-size:11px;color:#bbb}.summary-item-price{font-size:14px;font-weight:600;color:#1a1a1a;flex-shrink:0}.summary-divider{height:1px;background:#e0e0e0;margin:16px 0}.summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:16px}.summary-total-label{font-weight:500;color:#333}.summary-total-value{font-size:24px;font-weight:700;color:#1a1a1a}.summary-info{display:flex;flex-direction:column;gap:12px}.info-block{display:flex;gap:12px;padding:12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.info-icon{font-size:20px;flex-shrink:0}.info-text{flex:1}.info-text strong{display:block;font-size:13px;color:#333;margin-bottom:2px}.info-subtext{font-size:12px;color:#999}.checkout-footer{display:flex;flex-direction:column;gap:12px;margin-top:24px}.btn{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:#333;color:#fff}.btn-primary:hover:not(:disabled){background:#1a1a1a}.btn-primary:disabled{background:#999;cursor:not-allowed;opacity:.7}.btn-outline{background:#fff;color:#333;border:1px solid #ddd}.btn-outline:hover:not(:disabled){border-color:#333;background:#f9f9f9}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.checkout-note{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#e8f4f8;border-radius:6px;font-size:12px;color:#06c;line-height:1.5}.note-icon{font-size:14px;flex-shrink:0;margin-top:1px}@media(max-width:600px){.modal{width:95%;max-height:95vh}.modal-header{padding:16px}.modal-title{font-size:20px}.checkout-form{padding:16px}.checkout-grid{gap:20px}.order-summary{position:static;top:auto;margin-bottom:20px}.form-section-title{font-size:14px}.summary-total-value{font-size:20px}}.payment-return-wrapper{--terracotta: #C2654A;--terracotta-dark: #A8503A;--terracotta-darker: #8B3E2B;--terracotta-light: #D4856E;--terracotta-pale: #F5DDD5;--terracotta-bg: #FDF5F2;--success-main: #4A8C5C;--success-light: #E8F5EC;--success-border: #A8D5B8;--decline-main: #C2654A;--decline-light: #FDF0EC;--decline-border: #E8A999;--fail-main: #B53D30;--fail-light: #FDECEB;--fail-border: #E8A09A;--cancel-main: #8B7355;--cancel-light: #F7F3EE;--cancel-border: #D4C4AD;--text-primary: #3D2B1F;--text-secondary: #6B5548;--text-muted: #9B8578;--bg-white: #FFFFFF;--shadow-soft: 0 4px 24px rgba(194, 101, 74, .08);--shadow-medium: 0 8px 40px rgba(194, 101, 74, .12);--radius: 16px;--radius-sm: 10px;font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;color:var(--text-primary);position:relative;overflow:hidden;box-sizing:border-box;width:100%}.payment-return-wrapper *,.payment-return-wrapper *:before,.payment-return-wrapper *:after{box-sizing:border-box;margin:0;padding:0}.payment-return-wrapper:before{content:"";position:fixed;inset:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23C2654A'%3E%3Cellipse cx='30' cy='38' rx='8' ry='10'/%3E%3Ccircle cx='20' cy='24' r='5'/%3E%3Ccircle cx='40' cy='24' r='5'/%3E%3Ccircle cx='14' cy='32' r='4'/%3E%3Ccircle cx='46' cy='32' r='4'/%3E%3C/g%3E%3C/svg%3E");background-size:80px 80px;pointer-events:none;z-index:0}.payment-return-wrapper .return-page{position:relative;z-index:1;width:100%;max-width:520px;animation:paymentFadeSlideUp .6s ease-out}@keyframes paymentFadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.payment-return-wrapper .return-card{background:var(--bg-white);border-radius:var(--radius);box-shadow:var(--shadow-medium);overflow:hidden;text-align:center}.payment-return-wrapper .return-card__header{padding:40px 30px 30px;position:relative}.payment-return-wrapper .return-card__header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;border-radius:3px;opacity:.3}.payment-return-wrapper .status-icon{width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;position:relative}.payment-return-wrapper .status-icon svg{width:44px;height:44px}.payment-return-wrapper .status-icon:before{content:"";position:absolute;inset:-6px;border-radius:50%;opacity:0;animation:paymentPulse 2s ease-out infinite}@keyframes paymentPulse{0%{transform:scale(.95);opacity:.5}70%{transform:scale(1.15);opacity:0}to{transform:scale(1.15);opacity:0}}.payment-return-wrapper .return-card__title{font-size:24px;font-weight:700;margin-bottom:6px;letter-spacing:-.3px}.payment-return-wrapper .return-card__subtitle{font-size:14px;font-weight:500;opacity:.7;text-transform:uppercase;letter-spacing:1px}.payment-return-wrapper .return-card__body{padding:30px 35px 35px}.payment-return-wrapper .return-card__message{font-size:16px;line-height:1.7;color:var(--text-secondary);margin-bottom:28px}.payment-return-wrapper .return-card__message strong{color:var(--text-primary);font-weight:600}.payment-return-wrapper .info-box{border-radius:var(--radius-sm);padding:16px 20px;margin-bottom:28px;text-align:left;font-size:14px;line-height:1.6;color:var(--text-secondary)}.payment-return-wrapper .info-box__icon{display:inline-block;margin-right:6px;font-size:16px}.payment-return-wrapper .order-id{display:inline-block;background:var(--terracotta-pale);color:var(--terracotta-dark);padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.3px;margin-bottom:24px}.payment-return-wrapper .btn-group{display:flex;flex-direction:column;gap:12px}.payment-return-wrapper .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-sm);font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:all .25s ease;letter-spacing:.2px}.payment-return-wrapper .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.payment-return-wrapper .btn:active{transform:translateY(0)}.payment-return-wrapper .btn--primary{background:var(--terracotta);color:#fff}.payment-return-wrapper .btn--primary:hover{background:var(--terracotta-dark)}.payment-return-wrapper .btn--secondary{background:var(--terracotta-pale);color:var(--terracotta-dark)}.payment-return-wrapper .btn--secondary:hover{background:var(--terracotta-light);color:#fff}.payment-return-wrapper .btn--outline{background:transparent;color:var(--terracotta);border:2px solid var(--terracotta-pale)}.payment-return-wrapper .btn--outline:hover{border-color:var(--terracotta);background:var(--terracotta-bg)}.payment-return-wrapper .btn--success{background:var(--success-main);color:#fff}.payment-return-wrapper .btn--success:hover{background:#3d7a4e}.payment-return-wrapper .btn svg{width:18px;height:18px;flex-shrink:0}.payment-return-wrapper .cat-footer{text-align:center;margin-top:24px;font-size:13px;color:var(--text-muted)}.payment-return-wrapper .cat-footer__emoji{font-size:28px;display:block;margin-bottom:6px}.payment-return-wrapper .return-card--success .return-card__header{background:linear-gradient(135deg,var(--success-light) 0%,#F0FAF3 100%)}.payment-return-wrapper .return-card--success .return-card__header:after{background:var(--success-main)}.payment-return-wrapper .return-card--success .status-icon{background:var(--success-light)}.payment-return-wrapper .return-card--success .status-icon svg{color:var(--success-main)}.payment-return-wrapper .return-card--success .status-icon:before{border:2px solid var(--success-main)}.payment-return-wrapper .return-card--success .return-card__title,.payment-return-wrapper .return-card--success .return-card__subtitle{color:var(--success-main)}.payment-return-wrapper .return-card--success .info-box{background:var(--success-light);border-left:3px solid var(--success-border)}.payment-return-wrapper .return-card--decline .return-card__header{background:linear-gradient(135deg,var(--decline-light) 0%,#FFF5F2 100%)}.payment-return-wrapper .return-card--decline .return-card__header:after{background:var(--decline-main)}.payment-return-wrapper .return-card--decline .status-icon{background:var(--decline-light)}.payment-return-wrapper .return-card--decline .status-icon svg{color:var(--decline-main)}.payment-return-wrapper .return-card--decline .status-icon:before{border:2px solid var(--decline-main)}.payment-return-wrapper .return-card--decline .return-card__title,.payment-return-wrapper .return-card--decline .return-card__subtitle{color:var(--decline-main)}.payment-return-wrapper .return-card--decline .info-box{background:var(--decline-light);border-left:3px solid var(--decline-border)}.payment-return-wrapper .return-card--fail .return-card__header{background:linear-gradient(135deg,var(--fail-light) 0%,#FFF0EF 100%)}.payment-return-wrapper .return-card--fail .return-card__header:after{background:var(--fail-main)}.payment-return-wrapper .return-card--fail .status-icon{background:var(--fail-light)}.payment-return-wrapper .return-card--fail .status-icon svg{color:var(--fail-main)}.payment-return-wrapper .return-card--fail .status-icon:before{border:2px solid var(--fail-main)}.payment-return-wrapper .return-card--fail .return-card__title,.payment-return-wrapper .return-card--fail .return-card__subtitle{color:var(--fail-main)}.payment-return-wrapper .return-card--fail .info-box{background:var(--fail-light);border-left:3px solid var(--fail-border)}.payment-return-wrapper .return-card--cancel .return-card__header{background:linear-gradient(135deg,var(--cancel-light) 0%,#FAF7F3 100%)}.payment-return-wrapper .return-card--cancel .return-card__header:after{background:var(--cancel-main)}.payment-return-wrapper .return-card--cancel .status-icon{background:var(--cancel-light)}.payment-return-wrapper .return-card--cancel .status-icon svg{color:var(--cancel-main)}.payment-return-wrapper .return-card--cancel .status-icon:before{border:2px solid var(--cancel-main)}.payment-return-wrapper .return-card--cancel .return-card__title,.payment-return-wrapper .return-card--cancel .return-card__subtitle{color:var(--cancel-main)}.payment-return-wrapper .return-card--cancel .info-box{background:var(--cancel-light);border-left:3px solid var(--cancel-border)}@media(max-width:560px){.payment-return-wrapper{padding:12px}.payment-return-wrapper .return-card__header{padding:30px 20px 24px}.payment-return-wrapper .return-card__body{padding:24px 20px 28px}.payment-return-wrapper .return-card__title{font-size:20px}.payment-return-wrapper .return-card__message{font-size:15px}.payment-return-wrapper .status-icon{width:76px;height:76px}.payment-return-wrapper .status-icon svg{width:36px;height:36px}}.payment-return-wrapper .auto-redirect{font-size:12px;color:var(--text-muted);margin-top:16px}.payment-return-wrapper .auto-redirect__timer{font-weight:700;color:var(--terracotta)}.footer{background-color:#fafafa;border-top:1px solid #f0f0f0;margin-top:80px;padding:30px 0 15px;font-size:12px;color:#888;line-height:1.6}.footer-container{max-width:1200px;margin:0 auto 20px;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.footer-section{display:flex;flex-direction:column;gap:6px}.footer-section p{margin:0;font-size:12px;color:#888}.label{color:#333;font-weight:500}.footer-contacts a{color:#2196f3;text-decoration:none;transition:color .2s;font-size:12px}.footer-contacts a:hover{color:#1976d2}.payment-icons{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.payment-icons img{height:28px;width:auto;object-fit:contain;opacity:.8;transition:opacity .2s}.payment-icons img:hover{opacity:1}.footer-bottom{border-top:1px solid #f0f0f0;max-width:1200px;margin:0 auto;padding:15px 20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:11px;color:#999}.footer-bottom p{margin:0}.footer-link{color:#2196f3;text-decoration:none;font-size:11px;white-space:nowrap;transition:color .2s}.footer-link:hover{color:#1976d2;text-decoration:underline}@media(max-width:768px){.footer{margin-top:60px;padding:20px 0 10px}.footer-container{gap:20px;margin-bottom:15px}.payment-icons{gap:8px}.payment-icons img{height:24px}.footer-bottom{flex-direction:column;align-items:flex-start;padding:15px 20px 0}.footer-bottom p,.footer-link{font-size:10px}}@media(max-width:480px){.footer-container{grid-template-columns:1fr;gap:15px}.payment-icons{gap:6px}.payment-icons img{height:22px}.footer,.footer-section p{font-size:11px}}.footer-socials{display:flex;align-items:center;gap:12px}.social-link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#ffffffd1;font-size:18px;transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease}.social-link:hover{transform:translateY(-2px);background:#ffffff14;border-color:#ffffff3d;color:#fff}*,*:before,*:after{box-sizing:border-box}html,body{width:100%;overflow-x:hidden}.page{min-height:100vh;display:flex;flex-direction:column;width:100%}*{max-width:100%}html,body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background-color:#fff}a{text-decoration:none;color:inherit}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border-bottom:1px solid #e5e7eb}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}.logo{display:flex;align-items:center;height:100%}.logo-img{height:100%;width:auto}.logo-mark{width:auto;height:45px;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center}.logo-text{font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.nav{display:flex;align-items:center;gap:24px;font-size:14px}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:1px;background:#111827;transition:width .2s ease}.nav a:hover:after{width:100%}.header-cta{display:flex}.burger{display:none;flex-direction:column;gap:4px;background:none;border:none;padding:8px;border-radius:6px}.burger span{width:18px;height:2px;background:#4b5563;border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:500;border:1px solid transparent;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease,border-color .2s ease}.hero{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1);animation:zoomFade 24s infinite;will-change:transform,opacity}.hero-bg-1{background-image:url(/images/hero-1.webp);animation-delay:0s}.hero-bg-2{background-image:url(/images/hero-2.webp);animation-delay:12s}.hero-overlay{position:absolute;inset:0;background:#00000073;z-index:2}.hero-inner{position:relative;z-index:3}@keyframes zoomFade{0%{opacity:0;transform:scale(1)}10%{opacity:1}45%{opacity:1;transform:scale(1.08)}55%{opacity:0;transform:scale(1.1)}to{opacity:0;transform:scale(1.1)}}.btn-primary{background:#92400e;border-color:#92400e;color:#fff}.btn-primary:hover{opacity:.95}.btn-light{background:#fff;color:#92400e;border-color:#fff}.btn-light:hover{opacity:.95}.hero{position:relative;width:100%;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:#00000073}.hero-inner{position:relative;z-index:10;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:48px;align-items:center;padding:80px 24px}.hero-text h1{font-size:32px;line-height:1.15;font-weight:800;color:#f9fafb}@media(min-width:768px){.hero-text h1{font-size:40px}}@media(min-width:1024px){.hero-text h1{font-size:48px}}.hero-text p{margin-top:24px;font-size:18px;color:#e5e7eb}.hero-actions{margin-top:32px;display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hero-link{font-size:14px;color:#e5e7eb;text-decoration:underline;text-underline-offset:3px}.hero-list{margin-top:24px;display:grid;grid-template-columns:1fr;gap:8px;font-size:14px;color:#e5e7eb}@media(min-width:640px){.hero-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.hero-media{position:relative}.hero-video-wrapper{border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #0006;background:#00000040;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-video{display:block;width:100%;height:100%;object-fit:cover}.hero-price{position:absolute;left:16px;bottom:-24px;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;padding:10px 14px;box-shadow:0 10px 30px #00000040;border:1px solid #e5e7eb}.hero-price-label{font-size:11px;color:#6b7280}.hero-price-value{font-size:18px;font-weight:600}.section{padding:64px 0}.section-bordered{border-top:1px solid #e5e7eb}.section-gray{background:#f9fafb}.section-header{max-width:640px;margin:0 auto 32px}.section-header.center{text-align:center}.section-header h2{font-size:24px;font-weight:700}.section-header p{margin-top:8px;color:#4b5563}.problem-grid{margin-top:32px;display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{background:#fffbeb;border-radius:12px;padding:20px}.card h3{font-size:16px;font-weight:600}.card p{margin-top:8px;font-size:14px;color:#4b5563}.card-elevated{background:#fff;box-shadow:0 10px 30px #0f172a0f}.solution{margin-top:40px;text-align:center}.solution-inner{display:inline-flex;align-items:center;gap:12px;background:#fff;border-radius:999px;padding:10px 18px;box-shadow:0 10px 25px #0f172a1f}.solution-label{font-size:13px;color:#6b7280}.solution-text{font-size:14px;font-weight:600}.usp-grid{margin-top:32px;display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:768px){.usp-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.how-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:1024px){.how-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.how-text h3{font-size:20px;font-weight:600}.how-text p{margin-top:8px;color:#4b5563;font-size:14px}.how-list{margin-top:16px;margin-bottom:16px;padding-left:18px;color:#4b5563;font-size:14px}.how-list li{margin-bottom:6px}.cta{background:#92400e;color:#fff;padding:56px 0}.cta-inner{text-align:center}.cta-inner h2{font-size:24px;font-weight:700}.cta-inner p{margin-top:8px;color:#f9fafb;font-size:14px}.cta-inner .btn{margin-top:18px}.footer{border-top:1px solid #e5e7eb;margin-top:0}.footer-inner{padding:16px 0 20px;display:flex;flex-direction:column;gap:8px;font-size:14px;color:#4b5563}@media(min-width:768px){.footer-inner{flex-direction:row;align-items:center;justify-content:space-between}}@media(max-width:768px){.nav,.header-cta{display:none}.burger{display:flex}.hero-inner{grid-template-columns:minmax(0,1fr);padding-top:96px;padding-bottom:64px}.hero-media{margin-top:24px}}.problem-split{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media(min-width:1024px){.problem-split{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:28px}}.problem-left .section-header{margin:0 0 22px;max-width:none}.problem-actions{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.btn-ghost{background:transparent;border-color:#e5e7eb;color:#111827}.btn-ghost:hover{background:#f9fafb}.media-card{position:sticky;top:88px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;box-shadow:0 18px 40px #0f172a1a}.media-card-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:6px 6px 10px}.media-badge{font-size:12px;font-weight:600;color:#92400e;background:#fffbeb;border:1px solid #fde68a;padding:6px 10px;border-radius:999px}.media-title{font-size:13px;color:#4b5563;text-align:right}.media-hints{padding:10px 6px 4px;display:grid;gap:6px}.media-hint{font-size:13px;color:#4b5563}@media(max-width:1023px){.media-card{position:relative;top:auto}}.hero-media-empty{min-height:1px}.qa-split{display:grid;grid-template-columns:1fr;gap:22px;align-items:start}@media(min-width:1024px){.qa-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px}}.qa-media .hero-video-wrapper{box-shadow:0 18px 40px #0f172a1f}.qa-caption{margin-top:10px;font-size:13px;color:#6b7280}.qa-eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.qa-title{margin:10px 0 0;font-size:24px;font-weight:700}.qa-subtitle{margin-top:8px;color:#4b5563;font-size:14px}.qa-accordion{margin-top:18px;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}.qa-item{border-top:1px solid #e5e7eb}.qa-item:first-child{border-top:none}.qa-summary{list-style:none;cursor:pointer;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:14px;font-weight:600;color:#111827;background:#fff}.qa-summary::-webkit-details-marker{display:none}.qa-plus{width:18px;height:18px;position:relative;flex:0 0 18px}.qa-plus:before,.qa-plus:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:#111827;transform:translate(-50%,-50%);border-radius:2px}.qa-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.qa-item[open] .qa-summary{background:#f9fafb}.qa-item[open] .qa-plus:after{transform:translate(-50%,-50%) rotate(0);opacity:0}.qa-answer{padding:0 16px 16px;color:#4b5563;font-size:14px;line-height:1.55}.qa-cta{margin-top:16px}.faq-wrap{max-width:960px}.faq-head{text-align:center;margin:0 auto 18px}.faq-eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.faq-title{margin:10px 0 0;font-size:36px;line-height:1.1;font-weight:800}.faq-subtitle{margin-top:10px;color:#4b5563;font-size:14px}.faq-accordion{margin-top:22px;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff}.faq-item{border-top:1px solid #e5e7eb}.faq-item:first-child{border-top:none}.faq-summary{list-style:none;cursor:pointer;padding:18px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:15px;font-weight:650;color:#111827;background:#fff}.faq-summary::-webkit-details-marker{display:none}.faq-plus{width:18px;height:18px;position:relative;flex:0 0 18px}.faq-plus:before,.faq-plus:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:#111827;transform:translate(-50%,-50%);border-radius:2px}.faq-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item[open] .faq-summary{background:#f9fafb}.faq-item[open] .faq-plus:after{transform:translate(-50%,-50%) rotate(0);opacity:0}.faq-answer{padding:0 16px 18px;color:#4b5563;font-size:14px;line-height:1.6}.faq-bottom{margin-top:18px;display:grid;gap:12px;justify-items:center}.faq-note{font-size:13px;color:#6b7280;text-align:center}.faq-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.faq-image{margin-top:20px;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb}.faq-image img{width:100%;display:block}.product-grid{display:grid;grid-template-columns:1fr;gap:22px;align-items:start}@media(min-width:1024px){.product-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr);gap:28px}}.product-stage{border-radius:16px;overflow:hidden;background:#f3f4f6;border:1px solid #e5e7eb;box-shadow:0 18px 40px #0f172a1a}.product-stage-media{width:100%;height:100%;display:block;object-fit:cover}.product-thumbs{margin-top:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}@media(max-width:520px){.product-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}.thumb{border:1px solid #e5e7eb;background:#fff;border-radius:12px;overflow:hidden;padding:0;cursor:pointer;height:68px}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumb-active{border-color:#111827}.thumb-video{width:100%;height:100%;display:grid;place-items:center;background:#111827;color:#fff;gap:4px}.thumb-play{font-size:16px;line-height:1}.thumb-video-text{font-size:12px;opacity:.9}.product-panel{position:sticky;top:88px}@media(max-width:1023px){.product-panel{position:static;top:auto}}.product-eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.product-title{margin:10px 0 0;font-size:28px;line-height:1.15;font-weight:800}.product-subtitle{margin-top:10px;color:#4b5563;font-size:14px}.product-meta{margin-top:12px;display:flex;align-items:center;gap:10px}.stars{letter-spacing:.1em;font-size:14px}.meta-text{color:#6b7280;font-size:13px}.product-price{margin-top:14px;font-size:22px;font-weight:750}.divider{margin:16px 0;height:1px;background:#e5e7eb}.opt-group{margin-top:14px}.opt-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.opt-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.opt-value{font-size:13px;color:#111827;font-weight:650}.opt-row{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px}.pill{border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:10px 12px;font-size:13px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.pill:hover{background:#f9fafb}.pill-active{border-color:#111827;background:#111827;color:#fff}.selection-note{margin-top:12px;font-size:13px;color:#6b7280}.selection-strong{color:#111827;font-weight:650}.buy-row{margin-top:16px;display:grid;grid-template-columns:140px 1fr;gap:12px;align-items:center}@media(max-width:520px){.buy-row{grid-template-columns:1fr}}.qty{display:grid;grid-template-columns:44px 1fr 44px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;height:44px}.qty-btn{border:none;background:#fff;cursor:pointer;font-size:18px}.qty-btn:hover{background:#f9fafb}.qty-val{display:grid;place-items:center;font-weight:650}.btn-wide{width:100%}.btn-outline{background:#fff;color:#111827;border-color:#111827}.btn-outline:hover{background:#111827;color:#fff}.trust{margin-top:16px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;overflow:hidden}.trust-item{padding:14px;border-top:1px solid #e5e7eb}.trust-item:first-child{border-top:none}.trust-title{font-size:13px;font-weight:700}.trust-text{margin-top:6px;font-size:13px;color:#6b7280}.accordion{margin-top:14px;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff}.acc-item{border-top:1px solid #e5e7eb}.acc-item:first-child{border-top:none}.acc-sum{list-style:none;cursor:pointer;padding:16px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:14px;font-weight:650}.acc-sum::-webkit-details-marker{display:none}.acc-plus{width:18px;height:18px;position:relative;flex:0 0 18px}.acc-plus:before,.acc-plus:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:#111827;transform:translate(-50%,-50%);border-radius:2px}.acc-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.acc-item[open] .acc-sum{background:#f9fafb}.acc-item[open] .acc-plus:after{opacity:0}.acc-body{padding:0 14px 16px;color:#6b7280;font-size:13px;line-height:1.6}.lightbox-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999}.lightbox-image{max-width:90vw;max-height:90vh;border-radius:12px}.lightbox-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border:none;border-radius:999px;background:#fff;cursor:pointer;font-size:18px}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:none;background:#ffffffe6;cursor:pointer;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.lightbox-nav.left{left:20px}.lightbox-nav.right{right:20px}.lightbox-nav:hover{background:#fff}.drawer{position:fixed;inset:0;pointer-events:none;z-index:999}.drawer-open{pointer-events:auto}.drawer-overlay{position:absolute;inset:0;background:#11182773;opacity:0;transition:opacity .2s ease}.drawer-open .drawer-overlay{opacity:1}.drawer-panel{position:absolute;right:0;top:0;height:100%;width:min(420px,92vw);background:#fff;border-left:1px solid #e5e7eb;transform:translate(100%);transition:transform .2s ease;display:flex;flex-direction:column}.drawer-open .drawer-panel{transform:translate(0)}.drawer-head{padding:14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}.drawer-title{font-size:16px;font-weight:750}.drawer-close{border:none;background:transparent;cursor:pointer;font-size:18px;padding:8px;border-radius:10px}.drawer-close:hover{background:#f9fafb}.drawer-empty{padding:18px 14px;display:grid;gap:10px}.drawer-empty-title{font-size:16px;font-weight:750}.drawer-empty-text{font-size:13px;color:#6b7280}.drawer-list{padding:12px 14px;overflow:auto;display:grid;gap:10px;flex:1 1 auto}.cart-item{border:1px solid #e5e7eb;border-radius:14px;padding:12px;display:grid;gap:8px}.cart-item-title{font-size:13px;font-weight:750}.cart-item-opts{font-size:12px;color:#6b7280}.cart-item-meta{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:13px}.cart-item-price{font-weight:750}.cart-item-remove{border:none;background:#f9fafb;cursor:pointer;padding:10px 12px;border-radius:12px;font-size:13px}.cart-item-remove:hover{background:#f3f4f6}.drawer-foot{padding:14px;border-top:1px solid #e5e7eb;display:grid;gap:10px}.drawer-subtotal{display:flex;align-items:baseline;justify-content:space-between;font-size:13px;color:#6b7280}.drawer-subtotal-val{color:#111827;font-weight:750}.materials-hero{padding-top:96px;padding-bottom:64px}main{padding-top:64px}.materials-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#6b7280;text-align:left}.materials-title{margin-top:12px;font-size:40px;line-height:1.1;font-weight:800;max-width:860px;text-align:left}.materials-lead{margin-top:18px;font-size:16px;color:#4b5563;max-width:760px;text-align:left}.materials-split{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}@media(min-width:1024px){.materials-split{grid-template-columns:1.1fr .9fr;gap:28px}.materials-split.reverse{grid-template-columns:.9fr 1.1fr}.materials-split.reverse .materials-copy{order:2}.materials-split.reverse .materials-visual{order:1}}.materials-h2{font-size:28px;font-weight:850;line-height:1.15}.materials-text{margin-top:12px;font-size:15px;color:#4b5563;line-height:1.7}.materials-bullets{margin-top:14px;padding-left:18px;color:#4b5563;line-height:1.7;font-size:14px}.materials-visual{display:grid;gap:12px}.materials-photo{border-radius:16px;border:1px solid #e5e7eb;background:#f3f4f6;height:360px;background-size:cover;background-position:center;box-shadow:0 18px 40px #0f172a1a;transition:all .25s ease}.materials-thumbs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.materials-thumb{height:110px;border-radius:12px;border:1px solid #e5e7eb;background-size:cover;background-position:center;cursor:pointer;opacity:.75;transition:all .2s ease;box-shadow:0 6px 16px #0f172a0f}.materials-thumb:hover{opacity:1;transform:translateY(-2px)}.materials-thumb.is-active{opacity:1;border:1px solid #111;box-shadow:0 10px 24px #0000001f}@media(max-width:520px){.materials-photo{height:280px}.materials-thumb{height:90px}}.materials-caption{font-size:13px;color:#6b7280}.materials-note{margin-top:14px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:14px}.materials-note-title{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.materials-note-text{margin-top:8px;font-size:14px;color:#4b5563;line-height:1.6}.care-grid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:900px){.care-grid{grid-template-columns:repeat(3,1fr)}}.care-card{border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:16px}.care-title{font-size:15px;font-weight:800}.care-text{margin-top:8px;color:#6b7280;line-height:1.65;font-size:14px}.materials-cta{background:#111827;color:#fff}.materials-cta-inner{text-align:center}.materials-cta-inner p{margin-top:10px;color:#d1d5db}.production-hero{padding-top:96px;padding-bottom:64px}.production-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#6b7280}.production-title{margin-top:12px;font-size:40px;line-height:1.1;font-weight:850;max-width:920px}.production-lead{margin-top:18px;font-size:16px;color:#4b5563;max-width:780px;line-height:1.7}.prod-strip{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:900px){.prod-strip{grid-template-columns:repeat(3,1fr)}}.prod-shot{height:260px;border-radius:16px;border:1px solid #e5e7eb;background:#f3f4f6;background-size:cover;background-position:center;box-shadow:0 18px 40px #0f172a1a}@media(max-width:520px){.prod-shot{height:200px}}.prod-strip-caption{margin-top:10px;font-size:13px;color:#6b7280}.prod-h2{font-size:28px;font-weight:850;line-height:1.15}.prod-h2.center{text-align:center}.prod-center-text{margin:12px auto 0;text-align:center;max-width:720px;color:#4b5563;font-size:14px;line-height:1.7}.process{margin-top:26px;display:grid;gap:12px}.step{border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:16px;display:grid;grid-template-columns:64px 1fr;gap:14px}.step-num{font-size:12px;letter-spacing:.12em;color:#6b7280;font-weight:800;background:#f9fafb;border:1px solid #e5e7eb;width:52px;height:52px;border-radius:14px;display:grid;place-items:center}.step-title{font-size:15px;font-weight:800;color:#111827}.step-text{margin-top:6px;color:#4b5563;font-size:14px;line-height:1.7}.quality-grid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:900px){.quality-grid{grid-template-columns:repeat(2,1fr)}}.quality-card{border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:18px}.quality-eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.quality-title{margin-top:10px;font-size:18px;font-weight:850}.quality-text{margin-top:10px;color:#4b5563;font-size:14px;line-height:1.7}.quality-bullets{margin-top:12px;padding-left:18px;color:#4b5563;font-size:14px;line-height:1.7}.quality-note{margin-top:12px;border:1px solid #e5e7eb;border-radius:16px;background:#f9fafb;padding:14px}.quality-note-title{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.quality-note-text{margin-top:8px;color:#4b5563;font-size:14px;line-height:1.7}.local-grid{display:grid;grid-template-columns:1fr;gap:14px;align-items:start}@media(min-width:1024px){.local-grid{grid-template-columns:1fr 1fr;gap:28px}}.local-photo{height:360px;border-radius:16px;border:1px solid #e5e7eb;background:#f3f4f6;background-size:cover;background-position:center;box-shadow:0 18px 40px #0f172a1a}@media(max-width:520px){.local-photo{height:260px}}.local-copy .prod-text{margin-top:12px;color:#4b5563;font-size:15px;line-height:1.7}.local-cta{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.production-cta{background:#111827;color:#fff}.production-cta-inner{text-align:center}.production-cta-inner p{margin-top:10px;color:#d1d5db}.burger{display:inline-flex;flex-direction:column;gap:4px;border:none;background:transparent;cursor:pointer;padding:10px;border-radius:10px}.burger span{width:22px;height:2px;background:#111827;border-radius:2px}@media(min-width:768px){.burger{display:none}}.mnav{position:fixed;inset:0;z-index:9999;pointer-events:none}.mnav-open{pointer-events:auto}.mnav-overlay{position:absolute;inset:0;background:#11182773;border:none;opacity:0;transition:opacity .2s ease}.mnav-open .mnav-overlay{opacity:1}.mnav-panel{position:absolute;right:0;top:0;height:100%;width:min(360px,92vw);background:#fff;border-left:1px solid #e5e7eb;transform:translate(100%);transition:transform .2s ease;display:flex;flex-direction:column}.mnav-open .mnav-panel{transform:translate(0)}.mnav-head{padding:14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}.mnav-brand{font-size:14px;font-weight:800}.mnav-close{border:none;background:transparent;cursor:pointer;padding:10px;border-radius:10px;font-size:16px}.mnav-close:hover{background:#f9fafb}.mnav-links{padding:10px 14px;display:grid;gap:8px}.mnav-links a{padding:12px 10px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;font-weight:600}.mnav-links a:hover{background:#f9fafb}.mnav-cta{margin-top:auto;padding:14px;border-top:1px solid #e5e7eb}.materials-hero{position:relative;overflow:hidden;padding:0 0 80px;color:#fff}.materials-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:opacity 2s ease,transform 6s ease;transform:scale(1.05)}.materials-bg-1{background-image:url(/images/materials-1.jpg);z-index:1;animation:materialsFade1 12s infinite}.materials-bg-2{background-image:url(/images/materials-2.jpg);z-index:1;animation:materialsFade2 12s infinite}.materials-hero-inner{position:relative;z-index:2;width:100%;max-width:1120px;margin:0 auto;padding:0 24px;box-sizing:border-box}.materials-hero{position:relative;overflow:hidden;padding:120px 0 80px;color:#fff}.materials-hero h1{color:#fff}.materials-hero p{color:#ffffffd9}.materials-hero .materials-eyebrow{color:#ffffffb3}@keyframes materialsFade1{0%{opacity:1;transform:scale(1.05)}45%{opacity:1}55%{opacity:0}to{opacity:0;transform:scale(1.1)}}@keyframes materialsFade2{0%{opacity:0;transform:scale(1.05)}45%{opacity:0}55%{opacity:1}to{opacity:1;transform:scale(1.1)}}.materials-dimensions{margin-top:24px;padding:18px 20px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:linear-gradient(180deg,#fafafa,#f5f5f5);position:relative}.materials-dimensions:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:3px;background:#2f2f2f;opacity:.8}.materials-dimensions-title{margin:0 0 10px;padding-left:10px;font-size:14px;letter-spacing:.06em;text-transform:uppercase;color:#2b2b2b;font-weight:600}.materials-dimensions-text{margin:0;padding-left:10px;font-size:15px;line-height:1.6;color:#444}.materials-dimensions-text strong{font-weight:600;color:#111;background:#0000000a;padding:2px 6px;border-radius:6px}.about-hero{position:relative;padding:100px 0 80px;overflow:hidden;background:#fafaf8}.about-hero-inner{position:relative;z-index:2}.about-eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:20px;font-weight:500}.about-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px;max-width:600px;color:#fff}.about-lead{font-size:18px;line-height:1.6;color:#fff;max-width:700px;margin:0}.about-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:opacity 2s ease,transform 6s ease;transform:scale(1.05)}.about-bg-1{background-image:url(/images/about-1.webp);z-index:1;animation:aboutFade1 12s infinite}.about-bg-2{background-image:url(/images/about-2.webp);z-index:1;animation:aboutFade2 12s infinite}@keyframes aboutFade1{0%{opacity:1;transform:scale(1.05)}45%{opacity:1}55%{opacity:0}to{opacity:0;transform:scale(1.1)}}@keyframes aboutFade2{0%{opacity:0;transform:scale(1.05)}45%{opacity:0}55%{opacity:1}to{opacity:1;transform:scale(1.1)}}.section-intro{padding:60px 0!important}.about-intro-text{font-size:18px;line-height:1.7;color:#333;max-width:800px;margin:0 auto;text-align:center}.about-intro-text strong{color:#1a1a1a;font-weight:600}.author-section{display:grid;grid-template-columns:1fr 380px;gap:50px;align-items:flex-start}.author-content{max-width:100%}.author-title{font-size:36px;font-weight:700;margin:0 0 28px;color:#1a1a1a;line-height:1.2}.author-text{font-size:15px;line-height:1.7;color:#555;margin:0 0 20px}.author-text:last-of-type{margin-bottom:0}.author-text strong{color:#1a1a1a;font-weight:600}.author-text-key{font-size:16px;font-weight:500}.author-highlight{background:#fafaf8;border-left:3px solid #d4a574;margin:24px 0 24px -20px;padding:20px 20px 20px 17px;border-radius:0 4px 4px 0}.author-highlight p{font-size:15px;line-height:1.7;color:#555;margin:0}.author-highlight strong{color:#1a1a1a;font-weight:600}.author-image{position:sticky;top:100px;aspect-ratio:4 / 5;border-radius:8px;overflow:hidden;background:#f0f0ed;height:fit-content}.author-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.author-photo-caption{text-align:center;font-size:13px;color:#999;margin-top:12px;font-weight:500}.section-title{font-size:32px;font-weight:700;margin-bottom:40px;text-align:center;color:#1a1a1a;line-height:1.2}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:40px}.team-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.team-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.team-card-image{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:#f0f0ed}.team-photo-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.team-card-content{padding:24px;flex-grow:1;display:flex;flex-direction:column}.team-name{font-size:18px;font-weight:700;margin:0 0 12px;color:#1a1a1a;line-height:1.2}.team-description{font-size:14px;line-height:1.6;color:#555;margin:0;flex-grow:1}.team-description strong{color:#1a1a1a;font-weight:600}.team-conclusion{text-align:center;padding:32px;background:#f9f9f7;border-radius:8px;margin-top:32px}.team-conclusion p{font-size:16px;line-height:1.7;color:#333;margin:0}.team-conclusion strong{color:#1a1a1a;font-weight:600}.project-content{display:grid;grid-template-columns:1fr 400px;gap:50px;align-items:flex-start}.project-text{font-size:15px;line-height:1.7;color:#555;margin:0 0 20px}.project-intro{font-size:15px;line-height:1.8;margin:0 0 20px;font-weight:500}.project-moment{font-size:15px;line-height:1.8;margin:0 0 20px}.project-moment strong{color:#1c1c1c;font-weight:600}.project-image{position:sticky;top:100px;aspect-ratio:5 / 4;border-radius:8px;overflow:hidden;background:#f0f0ed;height:fit-content}.workspace-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.workspace-caption{text-align:center;font-size:13px;color:#999;margin-top:12px;font-weight:500}.about-cta{background:#111827;color:#fff}.about-cta-inner{text-align:center;max-width:700px;margin:0 auto}.about-cta-inner h2{font-size:32px;font-weight:700;margin-bottom:16px;color:#d1d5db;line-height:1.2}.about-cta-inner p{margin-top:10px;color:#d1d5db}@media(max-width:1024px){.project-content{grid-template-columns:1fr;gap:32px}.project-image{position:static;aspect-ratio:1 / 1;max-width:100%}.author-section{grid-template-columns:1fr;gap:32px}.author-image{position:static;aspect-ratio:1 / 1;max-width:300px}}@media(max-width:768px){.about-title{font-size:32px;margin-bottom:16px}.about-lead{font-size:15px}.section-title{font-size:24px;margin-bottom:32px}.author-title{font-size:28px;margin-bottom:20px}.author-text{font-size:14px;margin-bottom:16px}.author-section{gap:24px}.project-intro{font-size:15px;margin-bottom:18px}.project-moment{font-size:14px;margin-bottom:16px}.team-grid{grid-template-columns:1fr;gap:24px;margin-bottom:24px}.team-card-content{padding:20px}.team-name{font-size:16px}.team-description{font-size:13px}.team-conclusion{padding:24px;margin-top:24px}.team-conclusion p{font-size:14px}.about-cta-inner h2{font-size:24px}.about-cta-inner p{font-size:15px}.why-list{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:480px){.about-hero{padding:60px 0 40px}.about-title{font-size:24px;margin-bottom:12px}.about-lead{font-size:14px}.section-intro{padding:40px 0!important}.about-intro-text{font-size:15px}.author-title{font-size:24px;margin-bottom:16px}.author-text{font-size:13px;margin-bottom:12px}.author-highlight{margin:18px 0 18px -16px;padding:16px 16px 16px 13px}.author-highlight p{font-size:13px}.author-image{max-width:100%;aspect-ratio:auto;height:auto}.section-title{font-size:20px;margin-bottom:24px}.team-grid{gap:16px}.project-intro{font-size:14px;margin-bottom:14px}.project-moment{font-size:13px;margin-bottom:14px}.project-image{max-width:100%;aspect-ratio:auto;height:auto}.why-list{grid-template-columns:1fr;gap:18px}.why-title{font-size:14px}.why-text{font-size:12px}.about-cta{padding:60px 0!important}.about-cta-inner h2{font-size:20px;margin-bottom:12px}.about-cta-inner p{font-size:14px;margin-bottom:20px}}@media(max-width:360px){.about-title,.author-title{font-size:22px}.section-title{font-size:18px;margin-bottom:20px}.author-text{font-size:12px;margin-bottom:10px}.project-moment{font-size:12px}}.payment{padding:80px 20px;background:#f8f6f2;color:#1f1f1f;font-family:system-ui,-apple-system,sans-serif}.payment-container{max-width:900px;margin:0 auto}.payment-title{font-size:42px;font-weight:600;margin-bottom:30px}.payment-card{background:#fff;border-radius:24px;padding:34px;border:1px solid rgba(0,0,0,.06)}.payment-card p{font-size:16px;line-height:1.8;margin-bottom:14px;color:#444}.payment-card a{color:#9b6b4d;text-decoration:none}.payment-card a:hover{opacity:.7}.payment-icons-block{margin:20px 0}.payment-icons-title{font-size:14px;color:#777;margin-bottom:10px}.payment-icons{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.payment-icons img{height:26px;opacity:.85;transition:.2s}.payment-icons img:hover{opacity:1;transform:translateY(-1px)}@media(max-width:768px){.payment-title{font-size:30px}.payment-card{padding:22px}.payment-icons img{height:22px}}.offer-page{background:#f8f6f2;color:#1f1f1f;min-height:100vh;padding-bottom:80px}.offer-container{max-width:900px;margin:0 auto;padding:80px 20px}.offer-title{font-size:42px;font-weight:600;margin-bottom:10px}.subtitle{color:#777;margin-bottom:30px;font-size:16px}.offer-card{background:#fff;border-radius:24px;padding:34px;border:1px solid rgba(0,0,0,.06)}.offer-card p{font-size:16px;line-height:1.8;margin-bottom:14px;color:#444}.offer-card h2{font-size:24px;margin-top:30px;margin-bottom:16px}.offer-card h3{font-size:16px;margin-top:18px;margin-bottom:8px;color:#222}.divider{height:1px;background:#00000014;margin:30px 0}.offer-card ul{padding-left:18px;margin-bottom:16px}.offer-card li{margin-bottom:8px;color:#444;line-height:1.6}.info-block{background:#f6f3ef;padding:20px;border-radius:16px;margin-top:20px}
