@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Montserrat:wght@400;500;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; line-height: 1.6; color: #222; } h1, h2, h3 { font-family: 'Montserrat', sans-serif; } a:link { color: #0066cc; text-decoration: none; } a:visited { color: #0066cc; } img { max-width: 100%; display: block; } /* HEADER */ header { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; background: transparent; transition: background 0.3s ease, box-shadow 0.3s ease; padding-bottom: 0; } header.sticky { position: fixed; background: #111; box-shadow: 0 4px 20px rgba(0,0,0,0.3); } .header-inner { display: flex; justify-content: space-between; align-items: center; padding: 20px 40px; } .logo img { height: 48px; width: auto; } .menu-toggle { font-size: 28px; cursor: pointer; color: #fff; } /* MENU */ .menu { position: absolute; top: calc(100% - 1px); left: 0; width: 100%; background: rgba(0,0,0,0.95); display: none; flex-direction: column; padding: 20px; } .menu.active { display: flex; } .menu a { color: #fff; text-decoration: none; padding: 12px 0; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,0.15); text-align: center; } /* HERO */ .hero { position: relative; background: #111; padding-top: 80px; } .hero video { width: 100%; height: auto; display: block; } .hero-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(0,0,0,0.3); text-align: center; padding: 20px; } .hero-overlay h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 700; margin-bottom: 16px; color: #FFFFFF; letter-spacing: -0.02em; line-height: 1.15; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35); } .hero-overlay p { font-size: clamp(16px, 2vw, 18px); margin-bottom: 24px; font-weight: 400; color: rgba(255, 255, 255, 0.9); line-height: 1.6; max-width: 640px; text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35); } .hero-overlay > div { display: flex; flex-direction: column; align-items: center; /* center horizontally */ text-align: center; } .cta-button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; font-size: 15px; font-weight: 600; color: #FFFFFF; background: linear-gradient(135deg, #0EA5E9, #0284C7); border-radius: 999px; text-decoration: none; box-shadow: 0 10px 30px rgba(2, 132, 199, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.15); backdrop-filter: blur(4px); transition: all 0.25s ease; } a.cta-button { color:#ffffff !important; } .cta-button:hover { transform: translateY(-1px); box-shadow: 0 15px 40px rgba(2, 132, 199, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.25); } .cta-button:focus-visible { outline: 2px solid #38BDF8; outline-offset: 3px; } /* CONTAINER */ .container { max-width: 1200px; margin: 0 auto; padding: 80px 20px; } .row { display: flex; gap: 30px; margin-bottom: 60px; } .row:last-child { margin-bottom: 0; } .box { padding: 30px; border-radius: 8px; flex: 1; } .how-it-works-box { background: linear-gradient( 180deg, #0e1a26 0%, #0b1621 100% ); border-radius: 14px; padding: 24px; color: #ffffff; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04); } .how-it-works-box img { width: 100%; border-radius: 10px; margin-bottom: 18px; display: block; } .how-it-works-box h2 { font-size: 1.4rem; margin-bottom: 8px; } .how-it-works-box p { color: #c9d4e3; line-height: 1.6; } .about-box { background: linear-gradient( 180deg, #0b1320 0%, #0d1a2b 45%, #060b14 100% ); padding: 24px; border-radius: 14px; } .about-box img { width: 100%; border-radius: 10px; mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100% ); } .about-box h2 { color: #ffffff; } .about-box h3 { color: #ffffff; } .lightbox { background: linear-gradient(to bottom, #ffffff, #f3f4f6); border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.25rem; } .lightbox img { width: 100%; border-radius: 10px; mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100% ); } .lightbox h2 { color: #060b14; } .lightbox h3 { color: #060b14; } .box.lightbox p { color: #000000; } .graybox { background: linear-gradient( 180deg, #F8FAF9 0%, #F1F3F2 100% ); border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.25rem; } .graybox img { width: 100%; border-radius: 10px; mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100% ); } .graybox h2 { color: #060b14; } .graybox h3 { color: #060b14; } .box.graybox p { color: #000000; } .ivorybox { background: linear-gradient(180deg, #FFFFFF, #F8FAF9); border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.25rem; } .ivorybox img { width: 100%; border-radius: 10px; mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100% ); } .ivorybox h2 { color: #060b14; } .ivorybox h3 { color: #060b14; } .box.ivorybox p { color: #000000; } .blackbox { background: linear-gradient( 180deg, #141414 0%, #0B0B0B 100% ); border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.25rem; } .blackbox img { width: 100%; border-radius: 10px; mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100% ); } .blackbox h2 { color: #FAFAFA; } .blackbox h3 { color: #FAFAFA; } .box.blackbox p { color: #ffffff; } .navybox { background: linear-gradient( 180deg, #111738 0%, #0B1020 100% ); border: 1px solid #1C2340; border-radius: 12px; padding: 1.25rem; } .navybox img { width: 100%; border-radius: 10px; mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100% ); } .navybox h2 { color: #FAFAFA; } .navybox h3 { color: #FAFAFA; } .box.navybox p { color: #ffffff; } .box p { color: #c7d2e3; } .use-case-box { background: #F8FAF9; border-radius: 12px; padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); } .use-case-box h2 { font-size: 18px; font-weight: 600; color: #0F172A; margin-top: 16px; } .use-case-box p { font-size: 14px; line-height: 1.6; color: #475569; } .full-width { background: #000; padding: 0; border-radius: 8px; overflow: hidden; } .faq-box { background: #F8FAFC; box-shadow: 0 10px 30px rgba(0,0,0,0.05); } .faq-icon { color: #0EA5E9; /* subtle brand-accent blue */ } .faq-item { border-bottom: 1px solid rgba(15, 23, 42, 0.1); } .faq-box ul { list-style: none; } .faq-box li { margin-bottom: 15px; } .faq-question { font-size: 16px; font-weight: 600; color: #0F172A; /* deep slate */ } .faq-question:hover { color: #0EA5E9; } /* FOOTER */ footer { background: #000; color: #fff; text-align: center; padding: 40px 20px; } footer a { color: #fff; text-decoration: none; margin: 0 10px; font-size: 14px; } footer .links { margin-top: 10px; } /* MOBILE */ @media (max-width: 768px) { .row { flex-direction: column; } .header-inner { padding: 15px 20px; } } /* FAQ */ .faq-item { border-bottom: 1px solid rgba(0,0,0,0.15); } .faq-question { width: 100%; background: none; border: none; padding: 15px 0; text-align: left; font-size: 16px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .faq-icon { font-size: 20px; transition: transform 0.3s ease; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; font-size: 14px; color: #333; } .faq-item.active .faq-answer { max-height: 200px; padding-bottom: 15px; } .faq-item.active .faq-icon { transform: rotate(45deg); } .fees-section { max-width: 1200px; margin: 0 auto; padding: 4rem 1rem; } .fees-intro, .fees-note { max-width: 800px; color: #555; font-size: 0.95rem; } .table-wrapper { overflow-x: auto; margin: 2rem 0; } .fees-section { padding: 3rem 1rem; max-width: 720px; margin: 0 auto; } .fees-intro, .fees-note { color: #555; font-size: 0.95rem; } .fees-cards { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin: 2rem 0; } .fee-card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.5rem; background: #ffffff; } .fee-card h3 { margin: 0 0 0.25rem; font-size: 1.1rem; color: #0d1b2a; } .fee-subtitle { font-size: 0.85rem; color: #6b7280; margin-bottom: 1rem; } .fee-row { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 0; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; margin-bottom: 1rem; } .fee-row .label { font-size: 0.85rem; color: #6b7280; } .fee-row .value { font-weight: 600; color: #0d1b2a; } .fee-block { margin-top: 1rem; } .fee-block strong { display: block; margin-bottom: 0.5rem; } .fee-block ul { padding-left: 1.1rem; margin: 0; } .fee-block li { font-size: 0.9rem; margin-bottom: 0.4rem; } .fees-process { border-top: 1px solid #e5e7eb; margin-top: 3rem; padding-top: 2rem; } .fees-process h3 { color: #0d1b2a; margin-bottom: 1rem; } .process-steps { display: grid; gap: 1.5rem; margin-top: 1.5rem; } .step { display: flex; gap: 1rem; align-items: flex-start; } .step-number { width: 32px; height: 32px; border-radius: 50%; background: #0d1b2a; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; flex-shrink: 0; } .highlight { font-size: 0.9rem; color: #374151; font-weight: 500; } .engagement-note { margin-top: 2rem; font-size: 0.9rem; color: #374151; background: #f9fafb; padding: 1rem; border-left: 3px solid #0d1b2a; } .feature-list { list-style: none; margin: 24px 0; } .feature-list li { padding-left: 24px; margin-bottom: 12px; position: relative; } .feature-list li::before { content: "•"; position: absolute; left: 0; color: #000; font-weight: bold; } .about-cta { background: #000; color: #fff; text-align: center; } .cta-content { padding: 80px 20px; 40px; } .about-cta h2 { font-size: 2.2rem; margin-bottom: 16px; } .about-cta p { max-width: 700px; margin: 0 auto 32px; opacity: 0.85; } .cta-button-white { display: inline-block; padding: 14px 32px; background: #f3f4f6; color: #000; font-weight: 600; text-decoration: none; border-radius: 30px; transition: transform 0.2s ease, opacity 0.2s ease; } .cta-button-white:hover { transform: translateY(-2px); opacity: 0.9; } /* FORM */ .contact-form { background: #FFFFFF; padding: 32px; border-radius: 16px; border: 1px solid #E5E7EB; } .contact-form h2 { margin-bottom: 20px; } .contact-form input, .contact-form textarea { width: 100%; padding: 14px; margin-bottom: 16px; border-radius: 8px; border: 1px solid #CBD5E1; font-size: 0.95rem; } /* METHODS */ .contact-methods h2 { margin-bottom: 24px; } .method { margin-bottom: 28px; } .method-header { display: flex; align-items: center; gap: 10px; } .method-icon { width: 18px; height: 18px; } .method-title { font-weight: 600; } .method-link { display: inline-block; margin-top: 6px; color: #0F172A; text-decoration: none; font-weight: 500; } .method small { display: block; margin-top: 4px; color: #64748B; } /* WHATSAPP BUTTON */ .whatsapp-button { display: inline-block; margin-top: 8px; padding: 12px 22px; background: #25D366; color: #FFFFFF; border-radius: 999px; text-decoration: none; font-weight: 500; } label { display: block; margin-top: 15px; font-size: 14px; } input, select, textarea { width: 100%; padding: 10px; margin-top: 6px; border-radius: 6px; border: none; font-size: 14px; } textarea { min-height: 120px; resize: vertical; } .button-form { margin-top: 25px; width: 100%; padding: 12px; background: #0F172A; color: #fff; border: none; border-radius: 8px; font-size: 16px; cursor: pointer; } .button-form:hover { background: #020617; } .success { color: #166534; background: #ECFDF5; border: 1px solid #86EFAC; padding: 10px 12px; border-radius: 6px; margin-bottom: 12px; } .error { color: #B91C1C; background: #FEF2F2; border: 1px solid #FCA5A5; padding: 10px 12px; border-radius: 6px; margin-bottom: 12px; } .container-form {background: linear-gradient( 180deg, #F8FAF9 0%, #F1F3F2 100% ); max-width: 600px; margin: 60px auto; padding: 30px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); } .methodbox { background: linear-gradient(180deg, #FFFFFF, #F8FAF9); border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.25rem; } .methodbox img { width: 20%; border-radius: 10px; mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100% ); } .methodbox h2 { color: #060b14; } .methodbox h3 { color: #060b14; } .box.methodbox p { color: #000000; } /* Rows and cards */
.resource-row { margin-bottom: 60px; }
.resource-row h2 { font-size: 1.8rem; margin-bottom: 20px; color: #0ea5e9; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.card { background: #fff; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); padding: 20px; text-align: center; transition: transform 0.2s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,0.15); }
.card img { max-width: 100px; margin-bottom: 15px; }
.card h3 { font-size: 1.2rem; margin-bottom: 12px; color: #0d1b2a; }
.card a { display: inline-block; padding: 10px 18px; background: #0ea5e9; color: #fff; border-radius: 8px; text-decoration: none; font-weight: 600; transition: background 0.2s ease; }
.card a:hover { background: #0284c7; }

/* Top & bottom boxes */
.top-box, .bottom-box { padding: 30px; border-radius: 12px; margin-bottom: 40px; }
.top-box { background: linear-gradient(180deg, #0e1a26 0%, #0b1621 100%); color: #fff; box-shadow: 0 8px 30px rgba(0,0,0,0.35); }
.bottom-box { background: linear-gradient(180deg, #0b1320 0%, #0d1a2b 45%, #060b14 100%); color: #c7d2e3; font-size: 0.9rem; box-shadow: 0 8px 30px rgba(0,0,0,0.2); } /* MOBILE */ @media (max-width: 900px) { .contact-content { grid-template-columns: 1fr; } } @media (max-width: 768px) { .hero { padding-top: 80px; min-height: 40vh; } .hero-overlay h1 { font-size: 1.6rem; } .hero-overlay p { font-size: 0.95rem; } .hero-overlay { margin-top: 30px; } } /* MOBILE FIX */ @media (max-width: 600px) { /* Make container form fully responsive */ .container-form { max-width: 100%; width: 100%; padding: 15px; margin: 20px auto; box-sizing: border-box; } .contact-form { width: 100%; padding: 0; margin: 0; } .contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 10px; } } @media (max-width: 768px) { header .logo img { height: 36px; } }