| Server IP : 213.186.33.4 / Your IP : 216.73.216.59 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/afuzi/ |
Upload File : |
:root {
--blue: #1E3A5F;
--dark: #0F253D;
--teal: #006F78;
--sand: #F7F3EA;
--white: #FFFFFF;
--ink: #243447;
--coral: #EB5B60;
--coral-dark: #B44A4F;
--ochre: #D88A3D;
--ochre-dark: #A6632A;
--sage: #4F7F5A;
--sage-dark: #466F50;
--shadow: 0 20px 60px rgba(15, 37, 61, .08);
--shadow-strong: 0 30px 90px rgba(15, 37, 61, .16);
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: Inter, system-ui, sans-serif;
color: var(--ink);
background: var(--white);
}
img {
max-width: 100%;
display: block;
}
a {
color: inherit;
text-decoration: none;
}
h1,
h2,
h3 {
font-family: Manrope, Inter, system-ui, sans-serif;
margin: 0;
line-height: .98;
letter-spacing: -.055em;
}
h1 {
max-width: 950px;
font-size: clamp(3.2rem, 8vw, 7.2rem);
font-weight: 900;
text-transform: uppercase;
}
h2 {
max-width: 900px;
font-size: clamp(2.6rem, 5.5vw, 5.2rem);
font-weight: 900;
color: var(--blue);
}
h3 {
font-size: 1.65rem;
font-weight: 900;
color: var(--blue);
}
p {
margin: 0;
}
.container {
width: min(100% - 3rem, 1440px);
margin-inline: auto;
}
.navbar {
position: fixed;
inset: 0 0 auto 0;
z-index: 50;
color: white;
transition: .25s ease;
}
.navbar.scrolled {
background: rgba(15, 37, 61, .9);
backdrop-filter: blur(18px);
border-bottom: 1px solid rgba(255,255,255,.1);
}
.nav-inner {
height: 80px;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo {
font-weight: 900;
font-size: 1.35rem;
letter-spacing: -.03em;
}
.logo span {
color: var(--coral);
}
.nav-links {
display: flex;
align-items: center;
gap: 2rem;
color: rgba(255,255,255,.75);
font-weight: 700;
font-size: .92rem;
}
.nav-links a:hover {
color: white;
}
.menu-button {
display: none;
background: none;
color: white;
border: 0;
font-size: 2rem;
}
.mobile-menu {
display: none;
padding: 1rem 1.5rem 1.5rem;
background: rgba(15, 37, 61, .96);
}
.mobile-menu.open {
display: grid;
gap: 1rem;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
padding: 1rem 1.5rem;
font-weight: 900;
transition: .22s ease;
border: 1px solid transparent;
}
.btn:hover {
transform: translateY(-2px);
}
.btn-primary {
background: var(--coral-dark);
color: white;
}
.btn-primary:hover {
background: var(--coral);
}
.btn-secondary {
color: white;
border-color: rgba(255,255,255,.22);
}
.btn-secondary:hover {
background: rgba(255,255,255,.1);
}
.full {
width: 100%;
}
.hero {
min-height: 100vh;
position: relative;
overflow: hidden;
background: var(--dark);
color: white;
}
.hero-bg,
.hero-overlay {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.hero-bg {
object-fit: cover;
opacity: .42;
}
.hero-overlay {
background: linear-gradient(90deg, rgba(15,37,61,.96), rgba(15,37,61,.82), rgba(15,37,61,.25));
}
.shape {
position: absolute;
border-radius: 999px;
pointer-events: none;
}
.shape-1 {
right: -8rem;
top: 8rem;
width: 34rem;
height: 34rem;
border: 1px solid rgba(255,255,255,.1);
}
.shape-2 {
left: -6rem;
bottom: 4rem;
width: 20rem;
height: 20rem;
background: rgba(0,111,120,.2);
filter: blur(80px);
}
.hero-grid {
position: relative;
z-index: 1;
min-height: 100vh;
padding-top: 7rem;
display: grid;
grid-template-columns: 7fr 5fr;
align-items: center;
gap: clamp(3rem, 7vw, 7rem);
}
.eyebrow,
.section-label {
display: inline-flex;
margin-bottom: 1.4rem;
color: var(--teal);
font-size: .76rem;
font-weight: 900;
letter-spacing: .22em;
text-transform: uppercase;
}
.eyebrow {
color: rgba(255,255,255,.82);
border: 1px solid rgba(255,255,255,.12);
background: rgba(255,255,255,.08);
border-radius: 999px;
padding: .7rem 1rem;
}
.hero-text {
max-width: 720px;
margin-top: 2rem;
font-size: 1.25rem;
line-height: 1.8;
color: rgba(255,255,255,.76);
}
.hero-actions {
margin-top: 2.4rem;
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.hero-card,
.portrait-card,
.image-card {
overflow: hidden;
box-shadow: var(--shadow-strong);
}
.hero-card {
aspect-ratio: 4 / 5;
border-radius: 3rem 3rem 3rem 9rem;
border: 1px solid rgba(255,255,255,.14);
}
.hero-card img,
.portrait-card img,
.image-card img {
width: 100%;
height: 100%;
object-fit: cover;
}
.section {
padding-block: clamp(5rem, 10vw, 9rem);
}
.section-white {
background: white;
}
.section-sand {
background: var(--sand);
}
.section-dark {
background: var(--dark);
color: white;
}
.section-dark h2,
.section-dark h3 {
color: white;
}
.soft-grid {
background-image:
linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
background-size: 44px 44px;
}
.split {
display: grid;
grid-template-columns: 5fr 7fr;
gap: clamp(3rem, 7vw, 7rem);
align-items: center;
}
.reverse {
grid-template-columns: 6fr 6fr;
}
.lead {
max-width: 680px;
margin-top: 1.7rem;
font-size: 1.1rem;
line-height: 1.85;
color: rgba(36,52,71,.76);
}
.problem-list {
display: grid;
gap: 1rem;
}
.problem,
.service,
.result,
.step,
.offer,
.faq {
border: 1px solid rgba(30,58,95,.08);
border-radius: 2rem;
background: white;
box-shadow: var(--shadow);
}
.problem {
padding: 1.35rem 1.6rem;
color: var(--blue);
font-weight: 900;
}
.image-card {
margin-top: 1.4rem;
aspect-ratio: 16/9;
border-radius: 8rem 3rem 3rem 3rem;
}
.portrait-card {
aspect-ratio: 4/5;
border-radius: 8rem 3rem 3rem 3rem;
}
.manifesto {
margin-top: 2rem;
padding: 2rem;
border-radius: 2rem;
background: var(--blue);
color: white;
font-family: Manrope, sans-serif;
font-size: clamp(1.4rem, 2vw, 2rem);
line-height: 1.15;
font-weight: 900;
}
.section-head {
max-width: 930px;
}
.coral {
color: var(--coral);
}
.sage-label {
color: var(--sage-dark);
}
.cards-3 {
margin-top: 4rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.pillar {
min-height: 280px;
padding: 2rem;
border-radius: 2rem;
border: 1px solid rgba(255,255,255,.1);
background: rgba(255,255,255,.07);
backdrop-filter: blur(8px);
}
.pillar p {
margin-top: 1rem;
color: rgba(255,255,255,.7);
line-height: 1.7;
}
.icon {
font-size: 2.7rem;
font-weight: 900;
}
.icon.teal {
color: var(--teal);
}
.icon.sage {
color: var(--sage);
}
.icon.coral {
color: var(--coral);
}
.service-grid {
margin-top: 4rem;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
}
.service {
padding: 2rem;
transition: .25s ease;
}
.service:hover,
.offer:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-strong);
}
.service span,
.step span {
color: var(--coral-dark);
font-weight: 900;
font-size: .9rem;
}
.service h3 {
margin-top: 2rem;
}
.service p,
.result p,
.offer li,
.faq p {
margin-top: 1rem;
line-height: 1.75;
color: rgba(36,52,71,.72);
}
.steps {
margin-top: 4rem;
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 1rem;
}
.step {
padding: 1.5rem;
}
.step strong {
display: block;
margin-top: 2rem;
color: var(--blue);
font-size: 1.1rem;
}
.result-grid {
margin-top: 4rem;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
}
.result {
background: var(--sand);
padding: 2rem;
box-shadow: none;
}
.result h3 {
color: var(--coral-dark);
font-size: 2.2rem;
}
.offers {
margin-top: 4rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.offer {
padding: 2rem;
}
.offer-highlight {
border-color: var(--coral-dark);
}
.badge {
display: inline-flex;
padding: .6rem .9rem;
border-radius: 999px;
background: var(--ochre-dark);
color: white;
font-size: .72rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .14em;
}
.offer h3 {
margin-top: 2rem;
font-size: 2rem;
}
.price {
margin-top: 1.3rem;
font-size: 1.45rem;
font-weight: 900;
color: var(--ink);
}
.offer ul {
margin: 2rem 0;
padding-left: 1.1rem;
}
.faq-list {
margin-top: 3.5rem;
display: grid;
gap: 1rem;
}
.faq {
padding: 1.5rem;
background: var(--sand);
box-shadow: none;
}
.faq summary {
cursor: pointer;
font-size: 1.25rem;
font-weight: 900;
color: var(--blue);
}
.cta-box {
position: relative;
overflow: hidden;
border-radius: 3rem;
background: var(--blue);
padding: clamp(2rem, 6vw, 5rem);
}
.cta-box h2 {
color: white;
}
.cta-box p:not(.section-label) {
max-width: 760px;
margin-top: 1.7rem;
color: rgba(255,255,255,.74);
font-size: 1.2rem;
line-height: 1.8;
}
.cta-box .btn {
margin-top: 2.4rem;
}
.footer {
background: var(--dark);
color: white;
padding-block: 3rem;
}
.footer-grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 3rem;
}
.footer p,
.footer a {
color: rgba(255,255,255,.68);
line-height: 1.7;
}
.footer strong,
.footer a {
display: block;
margin-bottom: .65rem;
}
.reveal {
opacity: 0;
transform: translateY(28px);
transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1);
}
.reveal.visible {
opacity: 1;
transform: none;
}
.delay-1 {
transition-delay: .12s;
}
@media (max-width: 1050px) {
.nav-links,
.nav-cta {
display: none;
}
.menu-button {
display: block;
}
.hero-grid,
.split,
.reverse {
grid-template-columns: 1fr;
}
.hero-grid {
padding-block: 9rem 5rem;
}
.hero-card,
.portrait-card {
max-width: 560px;
}
.cards-3,
.service-grid,
.result-grid,
.offers {
grid-template-columns: repeat(2, 1fr);
}
.steps {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 700px) {
.container {
width: min(100% - 2rem, 1440px);
}
.hero-actions {
flex-direction: column;
}
.btn {
width: 100%;
}
.cards-3,
.service-grid,
.result-grid,
.offers,
.footer-grid {
grid-template-columns: 1fr;
}
.steps {
grid-template-columns: 1fr;
}
.hero-card {
border-radius: 2rem 2rem 2rem 5rem;
}
.portrait-card,
.image-card {
border-radius: 4rem 2rem 2rem 2rem;
}
.navbar.scrolled {
background: rgba(15,37,61,.96);
}
}