.island-sell-hero{justify-content:center;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.island-sell-hero__background{z-index:0;will-change:transform;position:absolute;inset:-20% 0 0}.island-sell-hero__image{object-fit:cover;object-position:center;width:100%;height:120%}.island-sell-hero__overlay{z-index:1;background:linear-gradient(#121111b3 0%,#12111180 50%,#121111cc 100%);position:absolute;inset:0}.island-sell-hero__content{z-index:2;text-align:center;opacity:0;max-width:900px;padding:8rem 2rem 5rem;transition:all 1.2s cubic-bezier(.4,0,.2,1);position:relative;transform:translateY(40px)}.island-sell-hero__content--visible{opacity:1;transform:translateY(0)}.island-sell-hero__badge{opacity:0;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;animation:.8s .3s forwards islandSellFadeIn;display:flex}.island-sell-hero__badge-line{background:var(--island-yacht-gold);width:50px;height:1px}.island-sell-hero__badge-text{color:var(--island-yacht-gold);letter-spacing:.2rem;text-transform:uppercase;font-size:.85rem;font-weight:600}.island-sell-hero__title{color:var(--island-yacht-white);opacity:0;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;animation:.8s .5s forwards islandSellFadeIn}.island-sell-hero__title-accent{background:linear-gradient(135deg,var(--island-yacht-gold)0%,var(--island-yacht-light-gold)50%,var(--island-yacht-gold)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.island-sell-hero__subtitle{color:#ffffffd9;opacity:0;max-width:700px;margin:0 auto 3rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.8;animation:.8s .7s forwards islandSellFadeIn}.island-sell-hero__stats{opacity:0;border-top:1px solid #c9b0864d;justify-content:center;align-items:center;gap:2.5rem;padding-top:2rem;animation:.8s .9s forwards islandSellFadeIn;display:flex}.island-sell-hero__stat{text-align:center}.island-sell-hero__stat-number{font-family:var(--island-yacht-font-heading);color:var(--island-yacht-gold);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;line-height:1.2}.island-sell-hero__stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.1rem;margin-top:.25rem;font-size:.85rem}.island-sell-hero__stat-divider{background:#c9b08666;width:1px;height:40px}@keyframes islandSellFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.island-sell-hero{min-height:60vh}.island-sell-hero__content{padding:7rem 1.5rem 4rem}.island-sell-hero__stats{flex-wrap:wrap;gap:1.5rem}.island-sell-hero__stat-divider{display:none}}
.island-sell-why{background:var(--island-yacht-white);opacity:0;padding:7rem 0;transition:all 1s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.island-sell-why--visible{opacity:1;transform:translateY(0)}.island-sell-why__header{text-align:center;max-width:700px;margin:0 auto 4rem}.island-sell-why__label{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.island-sell-why--visible .island-sell-why__label{opacity:0;animation:.8s .1s forwards islandSellContentFade}.island-sell-why__label-line{background:var(--island-yacht-gold);width:50px;height:2px}.island-sell-why__label-text{color:var(--island-yacht-gold);letter-spacing:.15rem;text-transform:uppercase;font-size:.85rem;font-weight:700}.island-sell-why__title{color:var(--island-yacht-black);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.island-sell-why--visible .island-sell-why__title{opacity:0;animation:.8s .2s forwards islandSellContentFade}.island-sell-why__subtitle{color:var(--island-yacht-text-gray);font-size:1.1rem;line-height:1.8}.island-sell-why--visible .island-sell-why__subtitle{opacity:0;animation:.8s .3s forwards islandSellContentFade}.island-sell-why__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.island-sell-why__card{background:var(--island-yacht-off-white);text-align:center;border:1px solid #0000;border-radius:20px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.island-sell-why--visible .island-sell-why__card{opacity:0;animation:.8s forwards islandSellCardReveal;transform:translateY(30px)}.island-sell-why__card:hover{box-shadow:var(--island-yacht-shadow-xl);border-color:var(--island-yacht-gold);transform:translateY(-8px)}.island-sell-why__card-icon{background:linear-gradient(135deg,var(--island-yacht-gold)0%,var(--island-yacht-dark-gold)100%);border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;display:flex;box-shadow:0 8px 25px #c9b0864d}.island-sell-why__card-icon svg{width:32px;height:32px;color:var(--island-yacht-black)}.island-sell-why__card-title{color:var(--island-yacht-black);margin-bottom:.875rem;font-size:1.25rem;font-weight:700}.island-sell-why__card-description{color:var(--island-yacht-text-gray);font-size:.95rem;line-height:1.7}.island-sell-process{background:linear-gradient(180deg,var(--island-yacht-off-white)0%,var(--island-yacht-white)100%);opacity:0;padding:7rem 0;transition:all 1s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.island-sell-process--visible{opacity:1;transform:translateY(0)}.island-sell-process__header{text-align:center;margin-bottom:4rem}.island-sell-process__label{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.island-sell-process--visible .island-sell-process__label{opacity:0;animation:.8s .1s forwards islandSellContentFade}.island-sell-process__label-line{background:var(--island-yacht-gold);width:50px;height:2px}.island-sell-process__label-text{color:var(--island-yacht-gold);letter-spacing:.15rem;text-transform:uppercase;font-size:.85rem;font-weight:700}.island-sell-process__title{color:var(--island-yacht-black);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.island-sell-process--visible .island-sell-process__title{opacity:0;animation:.8s .2s forwards islandSellContentFade}.island-sell-process__timeline{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.island-sell-process__step{text-align:center;padding:0 1.5rem;position:relative}.island-sell-process--visible .island-sell-process__step{opacity:0;animation:.8s forwards islandSellStepReveal;transform:translateY(20px)}.island-sell-process__step-number{background:var(--island-yacht-black);width:80px;height:80px;font-family:var(--island-yacht-font-heading);color:var(--island-yacht-gold);z-index:2;border:3px solid var(--island-yacht-gold);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:800;transition:all .4s;display:flex;position:relative}.island-sell-process__step:hover .island-sell-process__step-number{background:var(--island-yacht-gold);color:var(--island-yacht-black);transform:scale(1.1)}.island-sell-process__connector{background:linear-gradient(90deg,var(--island-yacht-gold)0%,var(--island-yacht-medium-gray)100%);z-index:1;width:calc(100% - 100px);height:2px;position:absolute;top:40px;left:calc(50% + 50px)}.island-sell-process__step-content{padding-top:.5rem}.island-sell-process__step-title{color:var(--island-yacht-black);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.island-sell-process__step-description{color:var(--island-yacht-text-gray);font-size:.95rem;line-height:1.7}@keyframes islandSellContentFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes islandSellCardReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes islandSellStepReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.island-sell-why__grid{grid-template-columns:repeat(2,1fr)}.island-sell-process__timeline{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.island-sell-process__connector{display:none}}@media (max-width:768px){.island-sell-why,.island-sell-process{padding:5rem 0}.island-sell-why__grid{grid-template-columns:1fr;gap:1.5rem}.island-sell-why__card{padding:2rem 1.5rem}.island-sell-process__timeline{grid-template-columns:1fr;gap:2.5rem}.island-sell-process__step{padding:0}.island-sell-process__step-number{width:70px;height:70px;font-size:1.25rem}}
.island-sell-form{background:var(--island-yacht-black);padding:7rem 0;position:relative;overflow:hidden}.island-sell-form:before{content:"";pointer-events:none;background:radial-gradient(at 30% 20%,#c9b08614 0%,#0000 50%);position:absolute;inset:0}.island-sell-form__wrapper{z-index:1;opacity:0;grid-template-columns:1fr 1.3fr;align-items:start;gap:4rem;transition:all 1s cubic-bezier(.4,0,.2,1);display:grid;position:relative;transform:translateY(40px)}.island-sell-form__wrapper--visible{opacity:1;transform:translateY(0)}.island-sell-form__info{padding-top:1rem;position:sticky;top:120px}.island-sell-form__label{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.island-sell-form__wrapper--visible .island-sell-form__label{opacity:0;animation:.8s .2s forwards islandSellFormFade}.island-sell-form__label-line{background:var(--island-yacht-gold);width:50px;height:2px}.island-sell-form__label-text{color:var(--island-yacht-gold);letter-spacing:.15rem;text-transform:uppercase;font-size:.85rem;font-weight:700}.island-sell-form__title{color:var(--island-yacht-white);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.2}.island-sell-form__wrapper--visible .island-sell-form__title{opacity:0;animation:.8s .3s forwards islandSellFormFade}.island-sell-form__description{color:#ffffffb3;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.island-sell-form__wrapper--visible .island-sell-form__description{opacity:0;animation:.8s .4s forwards islandSellFormFade}.island-sell-form__features{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.island-sell-form__feature{color:#ffffffd9;align-items:center;gap:.875rem;font-size:1rem;font-weight:500;display:flex}.island-sell-form__wrapper--visible .island-sell-form__feature:first-child{opacity:0;animation:.6s .5s forwards islandSellFormSlide}.island-sell-form__wrapper--visible .island-sell-form__feature:nth-child(2){opacity:0;animation:.6s .6s forwards islandSellFormSlide}.island-sell-form__wrapper--visible .island-sell-form__feature:nth-child(3){opacity:0;animation:.6s .7s forwards islandSellFormSlide}.island-sell-form__wrapper--visible .island-sell-form__feature:nth-child(4){opacity:0;animation:.6s .8s forwards islandSellFormSlide}.island-sell-form__feature-icon{background:#c9b08626;border:1px solid #c9b0864d;border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;display:flex}.island-sell-form__feature-icon svg{width:14px;height:14px;color:var(--island-yacht-gold)}.island-sell-form__contact{border-top:1px solid #ffffff1a;padding-top:2rem}.island-sell-form__contact p{color:#fff9;margin-bottom:.5rem;font-size:.9rem}.island-sell-form__phone{font-family:var(--island-yacht-font-heading);color:var(--island-yacht-gold);font-size:1.5rem;font-weight:700;transition:color .3s}.island-sell-form__phone:hover{color:var(--island-yacht-light-gold)}.island-sell-form__form-wrapper{background:var(--island-yacht-white);border-radius:24px;padding:3rem;box-shadow:0 25px 60px #0006}.island-sell-form__wrapper--visible .island-sell-form__form-wrapper{opacity:0;animation:.8s .3s forwards islandSellFormPop;transform:translateY(30px)}.island-sell-form__form{flex-direction:column;gap:1.25rem;display:flex}.island-sell-form__section-title{font-family:var(--island-yacht-font-heading);color:var(--island-yacht-gold);text-transform:uppercase;letter-spacing:.1rem;margin-top:.5rem;margin-bottom:-.25rem;font-size:1rem;font-weight:700}.island-sell-form__section-title:first-of-type{margin-top:0}.island-sell-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.island-sell-form__row--three{grid-template-columns:1fr 1fr 1fr}.island-sell-form__group{flex-direction:column;gap:.5rem;display:flex}.island-sell-form__field-label{color:var(--island-yacht-black);font-size:.875rem;font-weight:600}.island-sell-form__input,.island-sell-form__textarea{border:2px solid var(--island-yacht-medium-gray);font-size:.95rem;font-family:var(--island-yacht-font-body);color:var(--island-yacht-dark-gray);background:var(--island-yacht-white);border-radius:10px;padding:.875rem 1rem;transition:all .3s}.island-sell-form__input:focus,.island-sell-form__textarea:focus{border-color:var(--island-yacht-gold);outline:none;box-shadow:0 0 0 4px #c9b08626}.island-sell-form__input::placeholder,.island-sell-form__textarea::placeholder{color:var(--island-yacht-text-gray);opacity:.6}.island-sell-form__textarea{resize:vertical;min-height:100px}.island-sell-form__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.island-sell-form__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.island-sell-form__input[type=number]{appearance:textfield}.island-sell-form__status{text-align:center;border-radius:10px;padding:1rem 1.25rem;font-size:.95rem;font-weight:500}.island-sell-form__status--success{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e4d}.island-sell-form__status--error{color:#dc2626;background:#ef44441a;border:1px solid #ef44444d}.island-sell-form__submit{background:linear-gradient(135deg,var(--island-yacht-gold)0%,var(--island-yacht-dark-gold)100%);color:var(--island-yacht-black);letter-spacing:.03rem;cursor:pointer;box-shadow:var(--island-yacht-shadow-md);border:none;border-radius:100px;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1.125rem 2rem;font-size:1rem;font-weight:700;transition:all .4s;display:inline-flex}.island-sell-form__submit:hover:not(:disabled){box-shadow:var(--island-yacht-shadow-xl);transform:translateY(-3px)}.island-sell-form__submit:disabled{opacity:.6;cursor:not-allowed}.island-sell-form__submit svg{width:20px;height:20px;transition:transform .3s}.island-sell-form__submit:hover:not(:disabled) svg{transform:translate(4px)}@keyframes islandSellFormFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes islandSellFormSlide{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes islandSellFormPop{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.island-sell-form__wrapper{grid-template-columns:1fr;gap:3rem}.island-sell-form__info{text-align:center;position:static}.island-sell-form__label{justify-content:center}.island-sell-form__features{align-items:center}.island-sell-form__contact{text-align:center}}@media (max-width:768px){.island-sell-form{padding:5rem 0}.island-sell-form__form-wrapper{padding:2rem 1.5rem}.island-sell-form__row,.island-sell-form__row--three{grid-template-columns:1fr}.island-sell-form__submit{width:100%}}
