@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;1,400;0,700;1,700&display=swap');html{box-sizing:border-box;}*,*::before,*::after{box-sizing:inherit;}body{margin:0;padding:0;min-height:100vh;}.top-bar{background:linear-gradient(135deg,#C1CF49 0%,#E8DFB9 100%);padding:8px 32px;display:flex;align-items:center;justify-content:flex-end;gap:32px;}.top-bar__contact{display:flex;align-items:center;gap:32px;}.top-bar__item{font-family:'Merriweather',serif;font-size:15px;line-height:1.1;color:#2a2a2a;text-decoration:none;letter-spacing:0.01em;transition:color 0.15s ease-out;}.top-bar__item:hover{color:#3a3a00;}.top-bar__item:focus{outline:none;border-bottom:4px solid #2a2a2a;}.site-header{position:relative;background:rgba(245,244,243,0.88);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:2px solid #E8DFB9;box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);z-index:100;}.header-body{max-width:1500px;margin:0 auto;padding:32px 32px 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;}.nav-left{display:flex;align-items:center;justify-content:flex-end;gap:8px;}.nav-right{display:flex;align-items:center;justify-content:flex-start;gap:8px;}.nav-left a,.nav-right a{font-family:'Merriweather',serif;font-size:15px;line-height:1.1;letter-spacing:0.02em;color:#2a2a2a;text-decoration:none;padding:16px 16px;border-radius:6px;transition:background-color 0.12s ease-out,color 0.12s ease-out;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;}.nav-left a:hover,.nav-right a:hover{background-color:rgba(193,207,73,0.18);color:#1e2200;}.nav-left a:focus,.nav-right a:focus{outline:none;border-bottom:4px solid #C1CF49;}.nav-left a.active,.nav-right a.active{background-color:rgba(193,207,73,0.28);color:#1e2200;font-weight:700;}.logo-hub{display:flex;flex-direction:column;align-items:center;gap:8px;}.logo-ring{width:70px;height:70px;border-radius:50%;border:1px solid #fff;background:#fff;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07),0 4px 28px 0 rgba(193,207,73,0.08);display:flex;align-items:center;justify-content:center;overflow:hidden;}.logo-ring img{width:60px;height:60px;object-fit:contain;display:block;}.brand-name{font-family:'Merriweather',serif;font-size:19px;font-weight:700;line-height:1.1;letter-spacing:0.02em;color:#2a2a2a;text-align:center;}.header-tagline{max-width:1500px;margin:0 auto;padding:0 32px 16px;text-align:center;}.header-tagline p{font-family:'Merriweather',serif;font-size:15px;font-style:italic;line-height:1.6;letter-spacing:0.01em;color:#4a4a4a;margin:0;}.header-tagline strong{color:#1e2200;font-style:normal;}@media (max-width:1024px){.header-body{grid-template-columns:1fr;grid-template-rows:auto auto;justify-items:center;padding:32px 16px 16px;gap:16px;}.nav-left{order:2;justify-content:center;flex-wrap:wrap;}.nav-right{order:3;justify-content:center;flex-wrap:wrap;}.logo-hub{order:1;}}@media (max-width:768px){.top-bar{padding:8px 16px;gap:16px;flex-wrap:wrap;justify-content:center;}.top-bar__contact{gap:16px;flex-wrap:wrap;justify-content:center;}.header-tagline{padding:0 16px 16px;}}@media (max-width:480px){.nav-left a,.nav-right a{font-size:15px;padding:12px 12px;}.top-bar__item{font-size:15px;}}.site-footer{position:relative;background:#2a2a2a;color:#E8DFB9;overflow:hidden;}.footer-divider{width:100%;display:block;line-height:0;}.footer-divider svg{display:block;width:100%;height:64px;}.footer-top{max-width:1500px;margin:0 auto;padding:64px 32px 32px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:64px;align-items:start;}.footer-brand{display:flex;flex-direction:column;gap:16px;}.footer-logo-wrap{width:60px;height:60px;border-radius:50%;border:1px solid rgba(232,223,185,0.4);background:rgba(255,255,255,0.08);box-shadow:0 3px 3px 0 rgba(232,223,185,0.07);display:flex;align-items:center;justify-content:center;overflow:hidden;}.footer-logo-wrap img{width:50px;height:50px;object-fit:contain;display:block;}.footer-brand-name{font-family:'Merriweather',serif;font-size:23px;font-weight:700;line-height:1.1;letter-spacing:0.02em;color:#C1CF49;}.footer-brand-desc{font-family:'Merriweather',serif;font-size:15px;line-height:1.6;letter-spacing:0.01em;color:#E8DFB9;opacity:0.85;margin:0;}.footer-address{display:flex;flex-direction:column;gap:16px;}.footer-section-label{font-family:'Merriweather',serif;font-size:15px;font-weight:700;line-height:1.1;letter-spacing:0.02em;color:#C1CF49;text-transform:uppercase;}.footer-address-text{font-family:'Merriweather',serif;font-size:15px;line-height:1.6;letter-spacing:0.01em;color:#E8DFB9;opacity:0.85;margin:0;font-style:normal;}.footer-contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;}.footer-contact-list li{font-family:'Merriweather',serif;font-size:15px;line-height:1.6;letter-spacing:0.01em;}.footer-contact-list a{color:#E8DFB9;text-decoration:none;opacity:0.85;transition:opacity 0.15s ease-out,color 0.15s ease-out;}.footer-contact-list a:hover{opacity:1;color:#C1CF49;}.footer-contact-list a:focus{outline:none;border-bottom:4px solid #C1CF49;}.footer-links-column{display:flex;flex-direction:column;gap:16px;}.footer-links-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;}.footer-links-list a{font-family:'Merriweather',serif;font-size:15px;line-height:1.6;letter-spacing:0.01em;color:#E8DFB9;text-decoration:none;opacity:0.85;transition:opacity 0.15s ease-out,color 0.15s ease-out;}.footer-links-list a:hover{opacity:1;color:#C1CF49;}.footer-links-list a:focus{outline:none;border-bottom:4px solid #C1CF49;}.footer-bottom{max-width:1500px;margin:0 auto;padding:32px 32px;border-top:1px solid rgba(232,223,185,0.15);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}.footer-copy{font-family:'Merriweather',serif;font-size:15px;line-height:1.6;letter-spacing:0.01em;color:#E8DFB9;opacity:0.6;margin:0;}.footer-copy strong{opacity:1;color:#C1CF49;}@media (max-width:1024px){.footer-top{grid-template-columns:1fr 1fr;gap:32px;padding:64px 32px 32px;}.footer-brand{grid-column:1 / -1;}}@media (max-width:768px){.footer-top{grid-template-columns:1fr;gap:32px;padding:32px 16px 32px;}.footer-bottom{padding:32px 16px;flex-direction:column;align-items:flex-start;}}@media (max-width:480px){.footer-divider svg{height:32px;}}.consent-shell{display:none;position:fixed;top:32px;left:0;right:0;margin:0 auto;width:90%;max-width:560px;z-index:8000;border-radius:18px;background:#F5F4F3;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);border:1px solid #E8DFB9;font-family:'Merriweather',serif;}.consent-body{padding:32px;display:flex;flex-direction:column;gap:16px;}.consent-text{font-size:15px;line-height:1.6;letter-spacing:0.01em;color:#2a2a2a;margin:0;}.consent-actions{display:flex;gap:16px;flex-wrap:wrap;}.consent-btn{font-family:'Merriweather',serif;font-size:15px;line-height:1.1;letter-spacing:0.02em;padding:16px 32px;border-radius:10px;cursor:pointer;transition:background-color 0.12s ease-out,border-color 0.12s ease-out;min-height:44px;}.consent-btn.accept{background:#C1CF49;border:2px solid #C1CF49;color:#2a2a2a;}.consent-btn.accept:hover{background:#aab83a;border-color:#aab83a;}.consent-btn.accept:focus{outline:none;border-bottom:4px solid #2a2a2a;}.consent-btn.reject{background:transparent;border:2px solid #2a2a2a;color:#2a2a2a;}.consent-btn.reject:hover{background:rgba(193,207,73,0.12);}.consent-btn.reject:focus{outline:none;border-bottom:4px solid #C1CF49;}.consent-settings-link{font-size:15px;line-height:1.6;color:#2a2a2a;text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;font-family:'Merriweather',serif;letter-spacing:0.01em;}.consent-settings-link:hover{color:#1e2200;}.consent-settings-link:focus{outline:none;border-bottom:4px solid #C1CF49;}.consent-panel{padding:0 32px 32px;display:flex;flex-direction:column;gap:16px;}.consent-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;}.consent-toggle-label{font-size:15px;line-height:1.6;letter-spacing:0.01em;color:#2a2a2a;}.consent-toggle{width:44px;height:24px;appearance:none;-webkit-appearance:none;background:#ccc;border-radius:32px;position:relative;cursor:pointer;transition:background-color 0.15s ease-out;}.consent-toggle:checked{background:#C1CF49;}.consent-toggle::after{content:'';position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:left 0.15s ease-out;}.consent-toggle:checked::after{left:23px;}.consent-toggle:focus{outline:none;border-bottom:4px solid #C1CF49;}.doc-jad-area{max-width:1500px;margin:0 auto;padding:64px 32px;}.doc-jad-area h1{font-size:43px;line-height:1.1;letter-spacing:0.01em;color:#2b2b2b;margin-bottom:32px;margin-top:0;}.doc-jad-area h2{font-size:31px;line-height:1.1;letter-spacing:0.01em;color:#2b2b2b;margin-top:64px;margin-bottom:16px;}.doc-jad-area h3{font-size:23px;line-height:1.1;letter-spacing:0.01em;color:#2b2b2b;margin-top:32px;margin-bottom:16px;}.doc-jad-area h4{font-size:19px;line-height:1.6;letter-spacing:0.01em;color:#2b2b2b;margin-top:32px;margin-bottom:8px;}.doc-jad-area h5{font-size:16px;line-height:1.6;letter-spacing:0.02em;color:#2b2b2b;margin-top:16px;margin-bottom:8px;}.doc-jad-area h6{font-size:15px;line-height:1.6;letter-spacing:0.02em;color:#3a3a3a;margin-top:16px;margin-bottom:8px;}.doc-jad-area p{font-size:16px;line-height:1.6;letter-spacing:0.01em;color:#2b2b2b;margin-top:0;margin-bottom:16px;}.doc-jad-area ul,.doc-jad-area ol{font-size:16px;line-height:1.6;letter-spacing:0.01em;color:#2b2b2b;margin-top:0;margin-bottom:16px;padding-left:32px;}.doc-jad-area ul{list-style-type:disc;}.doc-jad-area ol{list-style-type:decimal;}.doc-jad-area li{margin-bottom:8px;font-size:16px;line-height:1.6;letter-spacing:0.01em;color:#2b2b2b;}.doc-jad-area li:last-child{margin-bottom:0;}.doc-jad-area ul ul,.doc-jad-area ol ol,.doc-jad-area ul ol,.doc-jad-area ol ul{margin-top:8px;margin-bottom:8px;}.doc-jad-area strong,.doc-jad-area b{font-weight:700;color:#1e1e1e;}.doc-jad-area a{color:#8a9420;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color 0.15s ease-out,text-decoration-color 0.15s ease-out;}.doc-jad-area a:hover{color:#C1CF49;text-decoration-color:#C1CF49;}.doc-jad-area a:visited{color:#7a841c;}.doc-jad-area table{width:100%;border-collapse:collapse;margin-top:16px;margin-bottom:32px;font-size:15px;line-height:1.6;letter-spacing:0.01em;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);border-radius:10px;overflow:hidden;}.doc-jad-area thead{background-color:#C1CF49;}.doc-jad-area thead th{color:#1e1e1e;font-size:15px;font-weight:700;letter-spacing:0.02em;line-height:1.6;padding:16px;text-align:left;}.doc-jad-area tbody tr{border-bottom:1px solid #E8DFB9;transition:background-color 0.15s ease-out;}.doc-jad-area tbody tr:last-child{border-bottom:none;}.doc-jad-area tbody tr:nth-child(even){background-color:#F5F4F3;}.doc-jad-area tbody tr:hover{background-color:#eeecd4;}.doc-jad-area td{padding:16px;color:#2b2b2b;font-size:15px;line-height:1.6;letter-spacing:0.01em;vertical-align:top;}.doc-jad-area th{padding:16px;vertical-align:top;}@media (max-width:768px){.doc-jad-area{padding:32px 16px;}.doc-jad-area h1{font-size:31px;}.doc-jad-area h2{font-size:23px;margin-top:32px;}.doc-jad-area h3{font-size:19px;}.doc-jad-area table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}}@media (max-width:480px){.doc-jad-area{padding:32px 8px;}.doc-jad-area h1{font-size:23px;}.doc-jad-area h2{font-size:19px;}.doc-jad-area h3{font-size:16px;}.doc-jad-area ul,.doc-jad-area ol{padding-left:16px;}}.services{max-width:100%;overflow-x:hidden;}.services .page-schema{display:none;}.services .services-block-one{background:linear-gradient(170deg,transparent 0%,#E8DFB9 60%,#C1CF49 100%);padding:96px 32px 64px;position:relative;}.services .services-block-one::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/feTurbulence%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/svg%3E");opacity:0.045;pointer-events:none;}.services .services-block-one .top-label{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:32px;}.services .services-block-one .dot-swatch{width:10px;height:10px;border-radius:50%;background:#C1CF49;flex-shrink:0;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);}.services .services-block-one .label-text{font-size:15px;letter-spacing:0.02em;color:#2a2a2a;line-height:1.6;}.services .hero-grid{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}.services .hero-text-column{position:relative;}.services .hero-text-column h1{font-size:58px;line-height:1.1;letter-spacing:0.01em;font-weight:900;color:#1e1e1e;margin-bottom:32px;}.services .hero-text-column h1 .accent-word{color:#C1CF49;font-weight:900;}.services .hero-text-column .hero-description{font-size:19px;line-height:1.6;color:#2d2d2d;margin-bottom:32px;letter-spacing:0.01em;}.services .hero-text-column .hero-sub{font-size:16px;line-height:1.6;color:#3a3a3a;letter-spacing:0.01em;}.services .hero-cta-row{display:flex;flex-direction:row;gap:16px;margin-top:32px;flex-wrap:wrap;}.services .btn-primary{display:inline-block;padding:16px 32px;background:#C1CF49;color:#1e1e1e;font-size:16px;font-weight:700;letter-spacing:0.02em;border-radius:6px;text-decoration:none;border:2px solid #C1CF49;transition:border-color 0.15s ease-out,box-shadow 0.15s ease-out;box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);cursor:pointer;}.services .btn-primary:hover{border-color:#a3b030;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);outline:3px solid #C1CF49;outline-offset:3px;}.services .btn-secondary{display:inline-block;padding:16px 32px;background:transparent;color:#1e1e1e;font-size:16px;font-weight:600;letter-spacing:0.02em;border-radius:6px;text-decoration:none;border:2px solid #2d2d2d;transition:border-color 0.18s ease,background 0.18s ease;cursor:pointer;}.services .btn-secondary:hover{border-color:#C1CF49;background:rgba(193,207,73,0.07);outline:3px solid #E8DFB9;outline-offset:3px;}.services .hero-image-column{position:relative;}.services .hero-image-wrap{border-radius:18px;overflow:hidden;aspect-ratio:1/1;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);position:relative;}.services .hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:blur(0px);transition:filter 0.2s ease-out;}.services .hero-image-wrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(193,207,73,0.18),transparent);pointer-events:none;}.services .hero-image-wrap .blur-foreground{position:absolute;bottom:16px;left:16px;right:16px;height:32px;background:rgba(232,223,185,0.22);filter:blur(8px);border-radius:10px;pointer-events:none;}.services .curved-connector{max-width:1500px;margin:0 auto;padding:0 32px;display:flex;justify-content:center;}.services .curved-connector svg{width:100%;max-width:600px;height:48px;}.services .divider-gradient{height:2px;background:linear-gradient(90deg,transparent 0%,#C1CF49 50%,transparent 100%);max-width:1500px;margin:0 auto;}.services .offerings-block{background:#F5F4F3;padding:96px 32px;position:relative;}.services .offerings-block .offerings-inner{max-width:1500px;margin:0 auto;}.services .offerings-block .block-header{text-align:center;margin-bottom:64px;}.services .offerings-block .block-header h2{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#1e1e1e;margin-bottom:16px;}.services .offerings-block .block-header h2 .accent-word{color:#C1CF49;}.services .offerings-block .block-header .header-sub{font-size:19px;line-height:1.6;color:#3a3a3a;max-width:640px;margin:0 auto;letter-spacing:0.01em;}.services .service-zigzag{display:flex;flex-direction:column;gap:64px;}.services .service-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}.services .service-row.reverse{direction:ltr;}.services .service-row.reverse .service-visual{order:2;}.services .service-row.reverse .service-info{order:1;}.services .service-info{padding:32px 0;}.services .service-info .category-label{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:16px;}.services .service-info .category-label .dot-swatch{width:8px;height:8px;border-radius:50%;background:#C1CF49;flex-shrink:0;}.services .service-info .category-label span{font-size:15px;letter-spacing:0.02em;color:#5a5a5a;font-weight:600;text-transform:uppercase;}.services .service-info h3{font-size:31px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#1e1e1e;margin-bottom:16px;}.services .service-info h3 .accent-word{color:#C1CF49;}.services .service-info .service-body{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}.services .service-info .service-body p{font-size:16px;line-height:1.6;color:#2d2d2d;letter-spacing:0.01em;}.services .service-info .service-meta{font-size:15px;line-height:1.6;color:#4a4a4a;letter-spacing:0.01em;margin-bottom:32px;}.services .service-info .service-meta strong{color:#C1CF49;font-weight:700;}.services .service-detail-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:8px;}.services .service-detail-list li{font-size:16px;line-height:1.6;color:#2d2d2d;letter-spacing:0.01em;padding-left:16px;position:relative;}.services .service-detail-list li::before{content:'';position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:#C1CF49;}.services .service-visual{position:relative;}.services .service-visual .visual-card{border-radius:18px;background:#fff;box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);overflow:hidden;position:relative;}.services .service-visual .visual-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#C1CF49,#E8DFB9);z-index:1;}.services .service-visual .visual-card:hover::after{content:'';position:absolute;top:0;left:0;bottom:0;width:4px;background:linear-gradient(180deg,#C1CF49 0%,#E8DFB9 50%,#C1CF49 100%);animation:stripe-run 0.18s ease-out forwards;pointer-events:none;}@keyframes stripe-run{from{opacity:0;transform:scaleY(0.5);}to{opacity:1;transform:scaleY(1);}}.services .service-visual .metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;}.services .service-visual .metric-item{padding:32px;border-bottom:1px solid #F5F4F3;border-right:1px solid #F5F4F3;text-align:center;transition:background 0.15s ease-out;}.services .service-visual .metric-item:hover{background:rgba(193,207,73,0.07);}.services .service-visual .metric-item:nth-child(even){border-right:none;}.services .service-visual .metric-item:nth-last-child(-n+2){border-bottom:none;}.services .service-visual .metric-number{font-size:43px;font-weight:900;line-height:1.1;color:#C1CF49;letter-spacing:0.01em;display:block;}.services .service-visual .metric-label{font-size:15px;line-height:1.6;color:#5a5a5a;letter-spacing:0.01em;margin-top:8px;display:block;}.services .service-visual .curriculum-preview{padding:32px;}.services .service-visual .curriculum-preview h4{font-size:19px;font-weight:700;color:#1e1e1e;margin-bottom:16px;letter-spacing:0.01em;}.services .curriculum-module{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #F5F4F3;transition:background 0.12s ease-out;}.services .curriculum-module:last-child{border-bottom:none;}.services .curriculum-module:hover{background:rgba(193,207,73,0.05);}.services .module-number{width:32px;height:32px;border-radius:6px;background:#C1CF49;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#1e1e1e;flex-shrink:0;}.services .module-info{flex:1;}.services .module-info .module-title{font-size:16px;font-weight:600;color:#1e1e1e;line-height:1.6;letter-spacing:0.01em;}.services .module-info .module-desc{font-size:15px;color:#5a5a5a;line-height:1.6;letter-spacing:0.01em;}.services .rating-showcase{padding:32px;display:flex;flex-direction:column;gap:32px;}.services .rating-showcase .rating-row{display:flex;flex-direction:row;align-items:center;gap:16px;}.services .rating-showcase .portrait-wrap{width:64px;height:64px;border-radius:10px;overflow:hidden;flex-shrink:0;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);}.services .rating-showcase .portrait-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}.services .rating-showcase .rating-info{flex:1;}.services .rating-showcase .reviewer-name{font-size:16px;font-weight:700;color:#1e1e1e;letter-spacing:0.01em;}.services .rating-showcase .reviewer-course{font-size:15px;color:#5a5a5a;letter-spacing:0.01em;}.services .rating-showcase .review-quote{font-size:16px;line-height:1.6;color:#2d2d2d;letter-spacing:0.01em;padding:16px;background:#F5F4F3;border-radius:10px;margin-top:8px;}.services .faq-block{padding:96px 32px;background:#fff;}.services .faq-block .faq-inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start;}.services .faq-block .faq-sidebar h2{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#1e1e1e;margin-bottom:16px;}.services .faq-block .faq-sidebar h2 .accent-word{color:#C1CF49;}.services .faq-block .faq-sidebar p{font-size:16px;line-height:1.6;color:#3a3a3a;letter-spacing:0.01em;}.services .faq-block .faq-sidebar .contact-nudge{margin-top:32px;padding:16px;border-radius:10px;background:#F5F4F3;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);}.services .faq-block .faq-sidebar .contact-nudge p{font-size:15px;color:#3a3a3a;margin-bottom:16px;}.services .faq-list{display:flex;flex-direction:column;gap:8px;}.services .faq-item{border-radius:10px;background:#F5F4F3;overflow:hidden;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);transition:box-shadow 0.15s ease-out;}.services .faq-item:hover{box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);}.services .faq-item details{width:100%;}.services .faq-item details summary{padding:16px;font-size:16px;font-weight:600;color:#1e1e1e;letter-spacing:0.01em;cursor:pointer;list-style:none;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:background 0.12s ease-out;}.services .faq-item details summary::-webkit-details-marker{display:none;}.services .faq-item details summary::after{content:'';width:16px;height:16px;border-right:2px solid #C1CF49;border-bottom:2px solid #C1CF49;transform:rotate(45deg);flex-shrink:0;transition:transform 0.15s ease-out;}.services .faq-item details[open] summary::after{transform:rotate(-135deg);}.services .faq-item details summary:hover{background:rgba(193,207,73,0.07);}.services .faq-item details .faq-answer{padding:0 16px 16px;font-size:16px;line-height:1.6;color:#2d2d2d;letter-spacing:0.01em;}.services .load-reveal{opacity:0;transform:translateY(24px);animation:reveal-up 0.2s ease-out forwards;}.services .load-reveal.delay-1{animation-delay:0.08s;}.services .load-reveal.delay-2{animation-delay:0.14s;}.services .load-reveal.delay-3{animation-delay:0.19s;}@keyframes reveal-up{to{opacity:1;transform:translateY(0);}}@media (max-width:1024px){.services .hero-grid{grid-template-columns:1fr;gap:32px;}.services .hero-image-column{display:none;}.services .hero-text-column h1{font-size:43px;}.services .service-row{grid-template-columns:1fr;gap:32px;}.services .service-row.reverse .service-visual{order:0;}.services .service-row.reverse .service-info{order:0;}.services .faq-block .faq-inner{grid-template-columns:1fr;gap:32px;}.services .service-info .service-body{grid-template-columns:1fr;}}@media (max-width:768px){.services .services-block-one{padding:64px 16px 32px;}.services .hero-text-column h1{font-size:31px;}.services .offerings-block{padding:64px 16px;}.services .offerings-block .block-header h2{font-size:31px;}.services .faq-block{padding:64px 16px;}.services .faq-block .faq-sidebar h2{font-size:31px;}.services .service-info h3{font-size:23px;}.services .service-visual .metric-grid{grid-template-columns:1fr 1fr;}}@media (max-width:480px){.services .hero-cta-row{flex-direction:column;}.services .service-visual{display:none;}.services .hero-text-column h1{font-size:23px;}}.lead{max-width:100%;overflow-x:hidden;}.lead .full-band{width:100%;max-width:1500px;margin:0 auto;padding:0 32px;}/* ── SECTION 1:Title Block ── */ .lead .title-split{display:grid;grid-template-columns:1fr 1fr;min-height:340px;position:relative;}.lead .title-split__text-zone{background:#2b2d1e;padding:64px 48px 64px 32px;display:flex;flex-direction:column;justify-content:center;position:relative;}.lead .title-split__frame{position:absolute;top:16px;left:16px;right:-8px;bottom:16px;border:1px solid rgba(193,207,73,0.25);pointer-events:none;border-radius:0px;}.lead .title-split__label{display:inline-flex;align-items:center;background:#C1CF49;color:#2b2d1e;font-size:15px;font-weight:700;letter-spacing:0.02em;padding:8px 16px;border-radius:32px;margin-bottom:32px;width:fit-content;}.lead .title-split__heading-primary{font-size:58px;line-height:1.1;letter-spacing:0.01em;color:#F5F4F3;font-weight:900;margin:0 0 16px 0;}.lead .title-split__heading-primary span{color:#C1CF49;}.lead .title-split__heading-secondary{font-size:23px;line-height:1.6;letter-spacing:0.01em;color:#E8DFB9;font-weight:400;margin:0 0 32px 0;}.lead .title-split__desc{font-size:16px;line-height:1.6;color:rgba(245,244,243,0.75);margin:0;max-width:480px;}.lead .title-split__image-zone{position:relative;overflow:hidden;}.lead .title-split__image-zone img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}.lead .title-split__image-overlay{position:absolute;inset:0;background:linear-gradient(to right,#2b2d1e 0%,rgba(43,45,30,0.3) 60%,transparent 100%);pointer-events:none;}/* ── SECTION 2:Support ── */ .lead .support-band{background:#F5F4F3;padding:96px 32px;position:relative;}.lead .support-band__inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:64px;align-items:start;}.lead .support-band__aside{position:relative;}.lead .support-band__image-wrap{aspect-ratio:1/1;border-radius:18px;overflow:hidden;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);position:relative;}.lead .support-band__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 0.2s ease-out;}.lead .support-band__image-wrap:hover img{transform:scale(1.03);}.lead .support-band__tint{position:absolute;inset:0;background:linear-gradient(160deg,rgba(193,207,73,0.18) 0%,rgba(232,223,185,0.08) 100%);pointer-events:none;}.lead .support-band__stat{background:#2b2d1e;border-radius:10px;padding:16px 32px;margin-top:32px;display:flex;flex-direction:column;gap:8px;}.lead .support-band__stat-number{font-size:43px;font-weight:900;color:#C1CF49;line-height:1.1;letter-spacing:0.01em;}.lead .support-band__stat-label{font-size:15px;color:#E8DFB9;line-height:1.6;}.lead .support-band__body{display:flex;flex-direction:column;gap:32px;}.lead .support-band__heading{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#2b2d1e;margin:0;}.lead .support-band__heading strong{color:#C1CF49;}.lead .support-band__curve-line{width:80px;height:32px;flex-shrink:0;}.lead .support-band__columns{display:grid;grid-template-columns:1fr 1fr;gap:32px;}.lead .support-band__col p{font-size:16px;line-height:1.6;color:#3a3c2a;margin:0 0 16px 0;letter-spacing:0.01em;}.lead .support-band__items{display:flex;flex-direction:column;gap:16px;}.lead .support-band__item{background:#fff;border-radius:10px;padding:16px 32px;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);display:flex;flex-direction:column;gap:8px;transition:box-shadow 0.15s ease-out;}.lead .support-band__item:hover{box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);}.lead .support-band__item-title{font-size:16px;font-weight:700;color:#2b2d1e;letter-spacing:0.01em;}.lead .support-band__item-text{font-size:15px;line-height:1.6;color:#5a5c48;margin:0;}/* Wave divider */ .lead .wave-divider{width:100%;overflow:hidden;line-height:0;background:#F5F4F3;}.lead .wave-divider svg{display:block;width:100%;}/* ── SECTION 3:Approach ── */ .lead .approach-band{background:#2b2d1e;padding:96px 32px;position:relative;}.lead .approach-band__pattern{position:absolute;inset:0;pointer-events:none;overflow:hidden;}.lead .approach-band__pattern::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(193,207,73,0.07) 1px,transparent 1px),linear-gradient(90deg,rgba(193,207,73,0.07) 1px,transparent 1px);background-size:40px 40px;}.lead .approach-band__inner{max-width:1500px;margin:0 auto;text-align:center;position:relative;}.lead .approach-band__label{display:inline-flex;align-items:center;background:rgba(193,207,73,0.12);border:1px solid rgba(193,207,73,0.3);color:#C1CF49;font-size:15px;font-weight:600;letter-spacing:0.02em;padding:8px 16px;border-radius:32px;margin-bottom:32px;}.lead .approach-band__heading{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#F5F4F3;margin:0 0 16px 0;}.lead .approach-band__heading em{color:#C1CF49;font-style:normal;}.lead .approach-band__sub{font-size:19px;line-height:1.6;color:rgba(232,223,185,0.8);margin:0 auto 64px auto;max-width:640px;}.lead .approach-band__three{display:grid;grid-template-columns:1.6fr 1.2fr 1fr;gap:32px;text-align:left;}.lead .approach-card{background:rgba(245,244,243,0.05);border:1px solid rgba(193,207,73,0.12);border-radius:18px;padding:32px;display:flex;flex-direction:column;gap:16px;transition:background 0.15s ease-out,border-color 0.15s ease-out;}.lead .approach-card:hover{background:rgba(193,207,73,0.08);border-color:rgba(193,207,73,0.3);}.lead .approach-card__number{font-size:43px;font-weight:900;color:rgba(193,207,73,0.2);line-height:1.1;letter-spacing:0.01em;}.lead .approach-card__title{font-size:19px;font-weight:700;color:#F5F4F3;line-height:1.1;letter-spacing:0.01em;margin:0;}.lead .approach-card__text{font-size:15px;line-height:1.6;color:rgba(232,223,185,0.75);margin:0;}.lead .approach-card__image-wrap{aspect-ratio:1/1;border-radius:10px;overflow:hidden;margin-top:16px;}.lead .approach-card__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(0.7) brightness(0.85);}/* ── SECTION 4:Conditions ── */ .lead .conditions-band{background:linear-gradient(to top,#F5F4F3 0%,#E8DFB9 100%);padding:96px 32px;}.lead .conditions-band__inner{max-width:1500px;margin:0 auto;}.lead .conditions-band__heading{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#2b2d1e;margin:0 0 16px 0;text-align:left;}.lead .conditions-band__heading strong{color:#8a9430;}.lead .conditions-band__intro{font-size:19px;line-height:1.6;color:#3a3c2a;margin:0 0 64px 0;max-width:560px;}.lead .conditions-band__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;}.lead .condition-row{display:flex;flex-direction:row;gap:16px;align-items:flex-start;background:rgba(255,255,255,0.6);border-radius:10px;padding:32px;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);transition:box-shadow 0.2s ease-out;}.lead .condition-row:hover{box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);}.lead .condition-row__marker{width:32px;height:32px;border-radius:6px;background:#C1CF49;flex-shrink:0;display:flex;align-items:center;justify-content:center;}.lead .condition-row__marker svg{display:block;}.lead .condition-row__body{display:flex;flex-direction:column;gap:8px;}.lead .condition-row__title{font-size:16px;font-weight:700;color:#2b2d1e;margin:0;letter-spacing:0.01em;}.lead .condition-row__text{font-size:15px;line-height:1.6;color:#5a5c48;margin:0;}.lead .conditions-band__image-strip{margin-top:64px;display:grid;grid-template-columns:1fr 2fr;gap:32px;align-items:center;}.lead .conditions-band__image-wrap{aspect-ratio:1/1;border-radius:18px;overflow:hidden;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);}.lead .conditions-band__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}.lead .conditions-band__aside-text{display:flex;flex-direction:column;gap:16px;}.lead .conditions-band__aside-heading{font-size:31px;font-weight:900;line-height:1.1;color:#2b2d1e;margin:0;letter-spacing:0.01em;}.lead .conditions-band__aside-p{font-size:16px;line-height:1.6;color:#3a3c2a;margin:0;}/* ── SECTION 5:Testimonial ── */ .lead .voices-band{background:#fff;padding:96px 32px;position:relative;}.lead .voices-band::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#C1CF49 0%,#E8DFB9 100%);}.lead .voices-band__inner{max-width:1500px;margin:0 auto;}.lead .voices-band__heading{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#2b2d1e;margin:0 0 64px 0;text-align:center;}.lead .voices-band__heading em{color:#C1CF49;font-style:normal;}.lead .voices-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;}.lead .voice-primary{background:#2b2d1e;border-radius:18px;padding:32px;display:flex;flex-direction:column;gap:32px;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);}.lead .voice-primary__quote{font-size:19px;line-height:1.6;color:#F5F4F3;margin:0;letter-spacing:0.01em;}.lead .voice-primary__quote strong{color:#C1CF49;}.lead .voice-primary__person{display:flex;flex-direction:row;gap:16px;align-items:center;}.lead .voice-primary__portrait{width:64px;height:64px;overflow:hidden;flex-shrink:0;border-radius:0px;}.lead .voice-primary__portrait img{width:64px;height:64px;object-fit:cover;object-position:center;display:block;}.lead .voice-primary__meta{display:flex;flex-direction:column;gap:8px;}.lead .voice-primary__name{font-size:16px;font-weight:700;color:#F5F4F3;margin:0;letter-spacing:0.01em;}.lead .voice-primary__role{font-size:15px;color:rgba(232,223,185,0.7);margin:0;}.lead .voice-primary__stars{display:flex;flex-direction:row;gap:4px;}.lead .voice-secondary{display:flex;flex-direction:column;gap:32px;}.lead .voice-mini{background:#F5F4F3;border-radius:10px;padding:32px;display:flex;flex-direction:column;gap:16px;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);transition:box-shadow 0.15s ease-out;}.lead .voice-mini:hover{box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);}.lead .voice-mini__quote{font-size:16px;line-height:1.6;color:#3a3c2a;margin:0;}.lead .voice-mini__person{display:flex;flex-direction:row;gap:16px;align-items:center;}.lead .voice-mini__portrait{width:48px;height:48px;overflow:hidden;flex-shrink:0;border-radius:0px;}.lead .voice-mini__portrait img{width:48px;height:48px;object-fit:cover;object-position:center;display:block;}.lead .voice-mini__name{font-size:15px;font-weight:700;color:#2b2d1e;margin:0;}.lead .voice-mini__role{font-size:15px;color:#7a7c68;margin:0;}.lead .voice-mini__stars{display:flex;flex-direction:row;gap:4px;}.lead .star-filled{width:16px;height:16px;display:inline-block;}.lead .star-filled svg{display:block;}/* ── SECTION 6:Reputation ── */ .lead .rep-band{background:#F5F4F3;padding:96px 32px;}.lead .rep-band__inner{max-width:1500px;margin:0 auto;text-align:center;}.lead .rep-band__heading{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#2b2d1e;margin:0 0 16px 0;}.lead .rep-band__heading strong{color:#C1CF49;}.lead .rep-band__sub{font-size:19px;line-height:1.6;color:#5a5c48;margin:0 auto 64px auto;max-width:580px;}.lead .rep-band__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:64px;}.lead .rep-metric{background:#fff;border-radius:18px;padding:32px;box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);display:flex;flex-direction:column;gap:8px;align-items:center;transition:box-shadow 0.2s ease-out;}.lead .rep-metric:hover{box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);}.lead .rep-metric__number{font-size:58px;font-weight:900;line-height:1.1;letter-spacing:0.01em;background:linear-gradient(120deg,#C1CF49 0%,#8a9430 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.lead .rep-metric__label{font-size:16px;color:#5a5c48;line-height:1.6;margin:0;}.lead .rep-band__donut-area{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;text-align:left;margin-bottom:64px;}.lead .rep-band__donut-wrap{display:flex;flex-direction:column;align-items:center;gap:32px;}.lead .rep-donut{position:relative;width:200px;height:200px;}.lead .rep-donut svg{transform:rotate(-90deg);display:block;}.lead .rep-donut__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;}.lead .rep-donut__number{font-size:31px;font-weight:900;color:#2b2d1e;line-height:1.1;letter-spacing:0.01em;}.lead .rep-donut__sublabel{font-size:15px;color:#7a7c68;line-height:1.1;}.lead .rep-donut__legend{display:flex;flex-direction:column;gap:8px;width:100%;}.lead .legend-row{display:flex;flex-direction:row;align-items:center;gap:8px;}.lead .legend-row__swatch{width:12px;height:12px;border-radius:6px;flex-shrink:0;}.lead .legend-row__label{font-size:15px;color:#5a5c48;line-height:1.6;}.lead .rep-band__recognition{display:flex;flex-direction:column;gap:32px;}.lead .rep-band__recognition-heading{font-size:31px;font-weight:900;line-height:1.1;color:#2b2d1e;margin:0;letter-spacing:0.01em;}.lead .rep-band__recognition p{font-size:16px;line-height:1.6;color:#3a3c2a;margin:0;}.lead .rep-band__refs{display:flex;flex-direction:column;gap:16px;}.lead .ref-item{background:#fff;border-radius:10px;padding:16px 32px;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);display:flex;flex-direction:row;align-items:center;gap:16px;transition:box-shadow 0.15s ease-out;}.lead .ref-item:hover{box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);}.lead .ref-item__dot{width:8px;height:8px;border-radius:6px;background:#C1CF49;flex-shrink:0;}.lead .ref-item__text{font-size:15px;color:#3a3c2a;line-height:1.6;margin:0;}.lead .rep-band__image-row{display:grid;grid-template-columns:2fr 1fr;gap:32px;margin-top:64px;}.lead .rep-band__image-wrap{aspect-ratio:1/1;border-radius:18px;overflow:hidden;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);}.lead .rep-band__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(0.8);}.lead .rep-band__image-text{display:flex;flex-direction:column;justify-content:center;gap:16px;}.lead .rep-band__image-text-heading{font-size:31px;font-weight:900;line-height:1.1;color:#2b2d1e;margin:0;letter-spacing:0.01em;}.lead .rep-band__image-text p{font-size:16px;line-height:1.6;color:#3a3c2a;margin:0;}/* Animations */ @keyframes clip-reveal{from{clip-path:inset(0 0 100% 0);}to{clip-path:inset(0 0 0% 0);}}.lead .title-split__text-zone{animation:clip-reveal 0.5s ease-out both;}.lead .title-split__image-zone{animation:clip-reveal 0.6s 0.1s ease-out both;}@keyframes fade-up{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:translateY(0);}}.lead .support-band__inner{animation:fade-up 0.5s 0.15s ease-out both;}.lead .approach-band__three{animation:fade-up 0.5s 0.1s ease-out both;}/* Responsive */ @media (max-width:1024px){.lead .title-split{grid-template-columns:1fr;}.lead .title-split__image-zone{display:none;}.lead .support-band__inner{grid-template-columns:1fr;}.lead .support-band__aside{display:none;}.lead .approach-band__three{grid-template-columns:1fr 1fr;}.lead .approach-card:last-child{grid-column:1 / -1;}.lead .conditions-band__image-strip{grid-template-columns:1fr;}.lead .conditions-band__image-wrap{display:none;}.lead .voices-layout{grid-template-columns:1fr;}.lead .rep-band__metrics{grid-template-columns:1fr 1fr;}.lead .rep-band__donut-area{grid-template-columns:1fr;}.lead .rep-band__image-row{grid-template-columns:1fr;}.lead .rep-band__image-wrap{display:none;}}@media (max-width:768px){.lead .title-split__heading-primary{font-size:43px;}.lead .support-band__columns{grid-template-columns:1fr;}.lead .approach-band__three{grid-template-columns:1fr;}.lead .approach-card:last-child{grid-column:auto;}.lead .conditions-band__grid{grid-template-columns:1fr;}.lead .rep-band__metrics{grid-template-columns:1fr;}.lead .support-band{padding:64px 32px;}.lead .approach-band{padding:64px 32px;}.lead .conditions-band{padding:64px 32px;}.lead .voices-band{padding:64px 32px;}.lead .rep-band{padding:64px 32px;}}@media (max-width:480px){.lead .title-split__text-zone{padding:64px 32px;}.lead .title-split__heading-primary{font-size:31px;}.lead .title-split__heading-secondary{font-size:19px;}.lead .support-band__heading{font-size:31px;}.lead .approach-band__heading{font-size:31px;}.lead .conditions-band__heading{font-size:31px;}.lead .voices-band__heading{font-size:31px;}.lead .rep-band__heading{font-size:31px;}.lead .full-band{padding:0 16px;}}.about-us{max-width:100%;overflow-x:hidden;}.about-us .page-wrap{max-width:1500px;margin:0 auto;padding:0 32px;}@keyframes slideInRight{from{opacity:0;transform:translateX(60px);}to{opacity:1;transform:translateX(0);}}.about-us .reveal{opacity:0;animation:slideInRight 0.5s ease-out forwards;}.about-us .reveal-1{animation-delay:0.1s;}.about-us .reveal-2{animation-delay:0.22s;}.about-us .reveal-3{animation-delay:0.34s;}.about-us .reveal-4{animation-delay:0.46s;}.about-us .reveal-5{animation-delay:0.58s;}.about-us .title-band{background:linear-gradient(155deg,#2a2d1a 0%,#3d4a1e 40%,#1e2a3a 100%);padding:64px 0 96px;position:relative;}.about-us .title-band .corner-line-tl{position:absolute;top:0;left:0;width:120px;height:120px;pointer-events:none;}.about-us .title-band .corner-line-br{position:absolute;bottom:0;right:0;width:80px;height:80px;pointer-events:none;}.about-us .title-inner{display:flex;flex-direction:row;align-items:flex-start;gap:64px;}.about-us .title-text{flex:1;min-width:0;}.about-us .title-eyebrow{font-size:15px;color:#C1CF49;letter-spacing:0.02em;line-height:1.6;margin-bottom:16px;font-weight:600;}.about-us .title-heading{font-size:58px;line-height:1.1;letter-spacing:0.01em;font-weight:900;color:#ffffff;margin-bottom:32px;position:relative;padding-left:24px;}.about-us .title-heading::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:3px;background:#C1CF49;}.about-us .title-heading .accent-word{color:#C1CF49;}.about-us .title-desc{font-size:19px;line-height:1.6;color:#c8cfc0;letter-spacing:0.01em;max-width:520px;}.about-us .title-image-col{flex:0 0 360px;}.about-us .title-image-wrap{width:360px;height:360px;border-radius:10px;overflow:hidden;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);}.about-us .title-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(0.7) brightness(0.85) contrast(1.1);transition:transform 0.18s ease-out;}.about-us .title-image-wrap:hover img{transform:translateX(-8px);}.about-us .zigzag-divider{display:block;width:100%;line-height:0;margin-top:-2px;}.about-us .story-band{background:#F5F4F3;padding:96px 0 64px;}.about-us .story-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;}.about-us .story-label{font-size:15px;font-weight:700;letter-spacing:0.02em;color:#C1CF49;margin-bottom:16px;text-transform:uppercase;}.about-us .story-heading{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#1a2010;margin-bottom:32px;}.about-us .story-heading .accent-word{color:#C1CF49;}.about-us .story-col-text{display:flex;flex-direction:column;gap:16px;}.about-us .story-para{font-size:16px;line-height:1.6;color:#2c3020;letter-spacing:0.01em;}.about-us .story-right{display:flex;flex-direction:column;gap:32px;}.about-us .story-image-wrap{width:100%;aspect-ratio:1/1;border-radius:18px;overflow:hidden;box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);}.about-us .story-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 0.2s ease-out;}.about-us .story-image-wrap:hover img{transform:translateY(-10px);}.about-us .stat-row{display:flex;flex-direction:row;gap:32px;}.about-us .stat-item{flex:1;background:#ffffff;border-radius:10px;padding:32px 16px;text-align:center;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);transition:box-shadow 0.15s ease-out,transform 0.15s ease-out;}.about-us .stat-item:hover{box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);transform:translateY(-4px);}.about-us .stat-number{font-size:43px;font-weight:900;line-height:1.1;color:#C1CF49;letter-spacing:0.01em;}.about-us .stat-desc{font-size:15px;line-height:1.6;color:#4a5230;margin-top:8px;letter-spacing:0.01em;}.about-us .zigzag-divider-2{display:block;width:100%;line-height:0;}.about-us .team-band{background:#ffffff;padding:64px 0 96px;}.about-us .team-heading-row{text-align:center;margin-bottom:64px;}.about-us .team-label{font-size:15px;font-weight:700;letter-spacing:0.02em;color:#C1CF49;margin-bottom:16px;text-transform:uppercase;}.about-us .team-heading{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#1a2010;}.about-us .team-layout{display:flex;flex-direction:row;gap:64px;align-items:flex-start;}.about-us .team-portrait-col{flex:0 0 280px;}.about-us .portrait-frame{width:280px;height:420px;border-radius:0px;overflow:hidden;box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);}.about-us .portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 0.2s ease-out;}.about-us .portrait-frame:hover img{transform:translateX(8px);}.about-us .portrait-name{font-size:23px;font-weight:900;line-height:1.1;color:#1a2010;margin-top:16px;letter-spacing:0.01em;}.about-us .portrait-role{font-size:15px;color:#C1CF49;font-weight:600;letter-spacing:0.02em;margin-top:8px;}.about-us .team-content-col{flex:1;min-width:0;}.about-us .team-bio{font-size:16px;line-height:1.6;color:#2c3020;letter-spacing:0.01em;margin-bottom:16px;}.about-us .values-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px;}.about-us .value-card{background:#F5F4F3;border-radius:10px;padding:32px;box-shadow:inset 0 2px 6px 0 rgba(193,207,73,0.07);transition:background 0.15s ease-out;}.about-us .value-card:hover{background:#E8DFB9;}.about-us .value-title{font-size:16px;font-weight:900;color:#1a2010;letter-spacing:0.01em;margin-bottom:8px;}.about-us .value-text{font-size:15px;line-height:1.6;color:#4a5230;letter-spacing:0.01em;}.about-us .zigzag-divider-3{display:block;width:100%;line-height:0;}.about-us .approach-band{padding:96px 0 64px;position:relative;background:#E8DFB9;overflow:hidden;}.about-us .approach-pattern{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0.04;}.about-us .approach-inner{position:relative;z-index:1;}.about-us .approach-top{text-align:center;margin-bottom:64px;}.about-us .approach-label{font-size:15px;font-weight:700;letter-spacing:0.02em;color:#3d4a1e;margin-bottom:16px;text-transform:uppercase;}.about-us .approach-heading{font-size:43px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#1a2010;margin-bottom:16px;}.about-us .approach-heading .accent-word{color:#3d4a1e;}.about-us .approach-sub{font-size:16px;line-height:1.6;color:#3a3e20;max-width:560px;margin:0 auto;}.about-us .approach-rows{display:flex;flex-direction:column;gap:64px;}.about-us .approach-row{display:flex;flex-direction:row;gap:64px;align-items:center;}.about-us .approach-row.flipped{flex-direction:row-reverse;}.about-us .approach-image-col{flex:0 0 420px;}.about-us .approach-image-wrap{width:100%;aspect-ratio:1/1;border-radius:18px;overflow:hidden;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);}.about-us .approach-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 0.2s ease-out;}.about-us .approach-image-wrap:hover img{transform:translateY(-10px);}.about-us .approach-text-col{flex:1;min-width:0;}.about-us .approach-num{font-size:58px;font-weight:900;line-height:1.1;color:#C1CF49;letter-spacing:0.01em;opacity:0.4;margin-bottom:8px;}.about-us .approach-item-heading{font-size:31px;font-weight:900;line-height:1.1;color:#1a2010;letter-spacing:0.01em;margin-bottom:16px;}.about-us .approach-two-col{display:grid;grid-template-columns:1fr 1fr;gap:32px;}.about-us .approach-para{font-size:16px;line-height:1.6;color:#2c3020;letter-spacing:0.01em;}.about-us .approach-link{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#3d4a1e;text-decoration:none;margin-top:32px;padding:16px 32px;border-radius:6px;background:#C1CF49;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);transition:box-shadow 0.18s ease-out,outline-offset 0.12s ease-out;outline:2px solid transparent;outline-offset:0px;letter-spacing:0.01em;}.about-us .approach-link:hover{box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);outline:2px solid #C1CF49;outline-offset:4px;}.about-us .approach-link svg{opacity:0;transform:translateX(-4px);transition:opacity 0.15s ease-out,transform 0.15s ease-out;}.about-us .approach-link:hover svg{opacity:1;transform:translateX(0);}@media (max-width:1024px){.about-us .title-inner{flex-direction:column;gap:32px;}.about-us .title-image-col{flex:0 0 auto;}.about-us .title-image-wrap{width:100%;max-width:400px;}.about-us .story-grid{grid-template-columns:1fr;gap:32px;}.about-us .team-layout{flex-direction:column;gap:32px;}.about-us .approach-row,.about-us .approach-row.flipped{flex-direction:column;gap:32px;}.about-us .approach-image-col{flex:0 0 auto;width:100%;}.about-us .approach-two-col{grid-template-columns:1fr;gap:16px;}.about-us .title-heading{font-size:43px;}}@media (max-width:768px){.about-us .page-wrap{padding:0 16px;}.about-us .title-band{padding:32px 0 64px;}.about-us .title-heading{font-size:31px;}.about-us .title-image-col{display:none;}.about-us .story-band{padding:64px 0 32px;}.about-us .story-image-wrap{display:none;}.about-us .stat-row{flex-direction:column;gap:16px;}.about-us .team-portrait-col{display:none;}.about-us .values-grid{grid-template-columns:1fr;}.about-us .approach-band{padding:64px 0 32px;}.about-us .approach-image-col{display:none;}.about-us .story-heading,.about-us .team-heading,.about-us .approach-heading{font-size:31px;}}@media (max-width:480px){.about-us .title-heading{font-size:23px;}.about-us .title-desc{font-size:16px;}}.contact-us-page{max-width:1500px;margin:0 auto;overflow-x:clip;}.contact-us-page .top-band{position:relative;padding:32px 64px;background:linear-gradient(112deg,#C1CF49 0%,#E8DFB9 55%,#F5F4F3 100%);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:64px;}.contact-us-page .top-band::before{content:"";position:absolute;top:0;left:0;width:120px;height:2px;background:#C1CF49;opacity:0.6;}.contact-us-page .top-band::after{content:"";position:absolute;top:0;left:0;width:2px;height:80px;background:#C1CF49;opacity:0.6;}.contact-us-page .band-text{flex:1;}.contact-us-page .band-text h1{font-size:43px;line-height:1.1;letter-spacing:0.01em;font-weight:900;color:#1e2a00;margin:0 0 16px 0;}.contact-us-page .band-text h1 span.accent-word{color:#5a6600;}.contact-us-page .band-slogan{font-size:19px;line-height:1.6;color:#2c3a00;margin:0;font-style:italic;letter-spacing:0.02em;}.contact-us-page .band-geo{flex:0 0 auto;display:flex;flex-direction:column;gap:8px;text-align:right;}.contact-us-page .band-geo-item{font-size:15px;line-height:1.6;color:#2c3a00;letter-spacing:0.01em;}.contact-us-page .band-geo-item strong{font-weight:700;}.contact-us-page .band-corner-lines{position:absolute;bottom:0;right:0;width:100px;height:60px;pointer-events:none;}.contact-us-page .band-corner-lines::before{content:"";position:absolute;bottom:0;right:0;width:100px;height:2px;background:#5a6600;opacity:0.4;}.contact-us-page .band-corner-lines::after{content:"";position:absolute;bottom:0;right:0;width:2px;height:60px;background:#5a6600;opacity:0.4;}.contact-us-page .form-area{padding:96px 64px;background:#F5F4F3;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;animation:wash-bg 8s ease-in-out infinite alternate;}@keyframes wash-bg{0%{background-color:#F5F4F3;}100%{background-color:#edecd0;}}.contact-us-page .form-left{display:flex;flex-direction:column;gap:32px;}.contact-us-page .form-left h2{font-size:31px;line-height:1.1;font-weight:900;letter-spacing:0.01em;color:#1e2a00;margin:0;}.contact-us-page .form-left h2 .accent-word{color:#7a8c00;}.contact-us-page .form-desc{font-size:16px;line-height:1.6;color:#2e3a10;margin:0;letter-spacing:0.01em;}.contact-us-page .form-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}.contact-us-page .meta-item{background:#fff;border-radius:10px;padding:16px;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);display:flex;flex-direction:column;gap:8px;}.contact-us-page .meta-item .meta-label{font-size:15px;font-weight:700;color:#5a6600;letter-spacing:0.02em;text-transform:uppercase;}.contact-us-page .meta-item .meta-value{font-size:16px;line-height:1.6;color:#1e2a00;letter-spacing:0.01em;}.contact-us-page .meta-item .meta-value a{color:#1e2a00;text-decoration:none;position:relative;transition:color 0.15s ease-out;}.contact-us-page .meta-item .meta-value a::after{content:"";display:inline-block;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid #C1CF49;margin-left:0;opacity:0;transition:opacity 0.15s ease-out,margin-left 0.15s ease-out;vertical-align:middle;}.contact-us-page .meta-item .meta-value a:hover{color:#5a6600;}.contact-us-page .meta-item .meta-value a:hover::after{opacity:1;margin-left:6px;}.contact-us-page .form-right{background:#fff;border-radius:18px;padding:32px;box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);}.contact-us-page .contact-form{display:flex;flex-direction:column;gap:16px;}.contact-us-page .field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}.contact-us-page .field-group{display:flex;flex-direction:column;gap:8px;}.contact-us-page .field-group label{font-size:15px;font-weight:700;color:#1e2a00;letter-spacing:0.01em;}.contact-us-page .field-group label .required-mark{color:#7a8c00;margin-left:2px;}.contact-us-page .field-group input,.contact-us-page .field-group select,.contact-us-page .field-group textarea{width:100%;padding:16px;border-radius:10px;border:2px solid #E8DFB9;background:#F5F4F3;font-size:16px;line-height:1.6;color:#1e2a00;letter-spacing:0.01em;box-sizing:border-box;transition:border-color 0.15s ease-out,box-shadow 0.2s ease;box-shadow:inset 0 2px 4px 0 rgba(232,223,185,0.3);outline:none;appearance:none;-webkit-appearance:none;}.contact-us-page .field-group input::placeholder,.contact-us-page .field-group textarea::placeholder{color:#2e3a10;opacity:0.55;font-style:italic;}.contact-us-page .field-group input:focus,.contact-us-page .field-group select:focus,.contact-us-page .field-group textarea:focus{border-color:#C1CF49;box-shadow:inset 0 2px 6px 0 rgba(193,207,73,0.15),0 0 0 3px rgba(193,207,73,0.12);}.contact-us-page .field-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235a6600' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;}.contact-us-page .field-group textarea{resize:vertical;min-height:120px;}.contact-us-page .field-full{grid-column:1 / -1;}.contact-us-page .privacy-check{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:16px;background:#F5F4F3;border-radius:10px;}.contact-us-page .privacy-check input[type="checkbox"]{width:20px;height:20px;min-width:20px;margin:0;cursor:pointer;accent-color:#C1CF49;margin-top:2px;}.contact-us-page .privacy-check-text{font-size:15px;line-height:1.6;color:#2e3a10;letter-spacing:0.01em;}.contact-us-page .privacy-check-text a{color:#5a6600;text-decoration:underline;text-underline-offset:3px;transition:color 0.15s ease-out;}.contact-us-page .privacy-check-text a:hover{color:#1e2a00;}.contact-us-page .submit-btn{display:inline-block;padding:16px 32px;background:#C1CF49;color:#1e2a00;font-size:16px;font-weight:700;letter-spacing:0.02em;border:2px solid #C1CF49;border-radius:6px;cursor:pointer;transition:background 0.15s ease-out,color 0.15s ease-out,border-color 0.2s ease;outline:none;align-self:flex-start;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);position:relative;}.contact-us-page .submit-btn:hover{background:#1e2a00;color:#C1CF49;border-color:#1e2a00;outline:3px solid #C1CF49;outline-offset:3px;}.contact-us-page .submit-btn:focus{outline:3px solid #5a6600;outline-offset:3px;}.contact-us-page .submit-btn:active{background:#5a6600;color:#fff;}.contact-us-page .info-strip{padding:64px;background:#1e2a00;display:grid;grid-template-columns:1.4fr 1fr;gap:64px;align-items:center;position:relative;overflow:hidden;}.contact-us-page .info-strip::before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#C1CF49 0%,#E8DFB9 60%,transparent 100%);}.contact-us-page .strip-rotating{position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:180px;height:180px;border:2px solid rgba(193,207,73,0.15);border-radius:0px;animation:slow-rotate 18s linear infinite;pointer-events:none;}.contact-us-page .strip-rotating::after{content:"";position:absolute;top:20px;left:20px;right:20px;bottom:20px;border:1px solid rgba(193,207,73,0.1);border-radius:0px;}@keyframes slow-rotate{from{transform:translateY(-50%) rotate(0deg);}to{transform:translateY(-50%) rotate(360deg);}}.contact-us-page .strip-left{display:flex;flex-direction:column;gap:32px;}.contact-us-page .strip-left h2{font-size:31px;line-height:1.1;font-weight:900;letter-spacing:0.01em;color:#E8DFB9;margin:0;}.contact-us-page .strip-left h2 .accent-word{color:#C1CF49;}.contact-us-page .strip-body-cols{display:grid;grid-template-columns:1fr 1fr;gap:32px;}.contact-us-page .strip-body-cols p{font-size:16px;line-height:1.6;color:#b8c490;margin:0;letter-spacing:0.01em;}.contact-us-page .strip-body-cols p strong{color:#C1CF49;font-weight:700;}.contact-us-page .strip-right{display:flex;flex-direction:column;gap:16px;}.contact-us-page .response-card{background:rgba(193,207,73,0.08);border-radius:10px;padding:32px;border:1px solid rgba(193,207,73,0.2);box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);display:flex;flex-direction:column;gap:16px;}.contact-us-page .response-card h4{font-size:19px;font-weight:900;color:#C1CF49;letter-spacing:0.01em;margin:0;line-height:1.1;}.contact-us-page .response-card p{font-size:15px;line-height:1.6;color:#b8c490;margin:0;letter-spacing:0.01em;}.contact-us-page .response-card .hours-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}.contact-us-page .hours-item{display:flex;flex-direction:column;gap:8px;}.contact-us-page .hours-item .day-label{font-size:15px;font-weight:700;color:#E8DFB9;letter-spacing:0.02em;}.contact-us-page .hours-item .day-time{font-size:15px;color:#b8c490;letter-spacing:0.01em;}.contact-us-page .wavy-divider{width:100%;height:16px;overflow:hidden;line-height:0;}.contact-us-page .wavy-divider svg{display:block;width:100%;height:16px;}@media (max-width:1024px){.contact-us-page .top-band{padding:32px;gap:32px;}.contact-us-page .form-area{padding:64px 32px;gap:32px;}.contact-us-page .info-strip{padding:64px 32px;gap:32px;}.contact-us-page .strip-body-cols{grid-template-columns:1fr;gap:16px;}}@media (max-width:768px){.contact-us-page .top-band{flex-direction:column;padding:32px 16px;gap:16px;}.contact-us-page .band-text h1{font-size:31px;}.contact-us-page .band-geo{text-align:left;}.contact-us-page .form-area{grid-template-columns:1fr;padding:64px 16px;gap:32px;}.contact-us-page .form-meta-grid{grid-template-columns:1fr;}.contact-us-page .field-row{grid-template-columns:1fr;}.contact-us-page .info-strip{grid-template-columns:1fr;padding:64px 16px;gap:32px;}.contact-us-page .strip-rotating{display:none;}.contact-us-page .strip-left h2{font-size:23px;}}@media (max-width:480px){.contact-us-page .top-band{padding:32px 16px;}.contact-us-page .band-text h1{font-size:23px;}.contact-us-page .form-area{padding:32px 16px;}.contact-us-page .form-right{padding:16px;}.contact-us-page .info-strip{padding:32px 16px;}.contact-us-page .response-card{padding:16px;}.contact-us-page .hours-grid{grid-template-columns:1fr;}}.success-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 32px;background-color:#F5F4F3;}.success-page .card{background:#ffffff;border-radius:18px;padding:64px;max-width:580px;width:100%;text-align:center;box-shadow:0 9px 36px 0 rgba(193,207,73,0.13);}.success-page .icon-wrap{width:72px;height:72px;border-radius:32px;background:#C1CF49;display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 auto 32px;}.success-page .icon-wrap svg{display:block;}.success-page .heading{font-size:31px;font-weight:900;line-height:1.1;letter-spacing:0.01em;color:#1b1b1b;margin:0 0 16px;}.success-page .subtext{font-size:16px;line-height:1.6;color:#3a3a3a;margin:0 0 32px;}.success-page .subtext strong{color:#C1CF49;font-weight:700;}.success-page .divider{width:48px;height:3px;background:#E8DFB9;border-radius:0px;margin:0 auto 32px;}.success-page .detail{font-size:15px;line-height:1.6;color:#555555;margin:0 0 32px;}.success-page .back-link{display:inline-block;padding:16px 32px;background:#C1CF49;color:#1b1b1b;font-size:16px;font-weight:700;letter-spacing:0.02em;text-decoration:none;border-radius:10px;border:2px solid #C1CF49;transition:background 0.15s ease-out,border-color 0.2s ease-out,box-shadow 0.15s ease-out;box-shadow:0 3px 3px 0 rgba(193,207,73,0.07);}.success-page .back-link:hover{background:#ffffff;border-color:#C1CF49;box-shadow:0 4px 28px 0 rgba(193,207,73,0.08);}.success-page .back-link:focus{outline:3px solid #C1CF49;outline-offset:3px;}@media (max-width:480px){.success-page{padding:64px 16px;}.success-page .card{padding:32px 16px;}.success-page .heading{font-size:23px;}}/*# sourceMappingURL=index.xfep9690.css.map */